Vielleicht findest Du hier die richtige Farbe, Sie lassen sich auch als HexWert oder Dezimalwert angeben.
http://www.heber-edv.de/diverse/farben.php
Aus der Hilfe für TColor:
Zitat:
type TColor = -$7FFFFFFF-1..$7FFFFFFF;
If you specify TColor as a specific 4-byte hexadecimal number instead of using the constants defined in the Graphics
unit, the low three bytes represent
RGB color intensities for blue, green, and red, respectively. The value $00FF0000 represents full-intensity, pure blue, $0000FF00 is pure green, and $000000FF is pure red. $00000000 is black and $00FFFFFF is white.
Grüße
Klaus