Colors and RGB values

When you are specifying a color, some methods require a string and other methods require an FXColor. To create an FXColor, you use the FXRGB function and pass in the appropriate values for red, green, and blue.

The following table shows a list of valid color strings and the corresponding RGB values.

String RGB value
AliceBlue FXRGB(240,248,255)
AntiqueWhite FXRGB(250,235,215)
AntiqueWhite1 FXRGB(255,239,219)
AntiqueWhite2 FXRGB(238,223,204)
AntiqueWhite3 FXRGB(205,192,176)
AntiqueWhite4 FXRGB(139,131,120)
Aquamarine FXRGB(127,255,212)
Aquamarine1q FXRGB(127,255,212)
Aquamarine2 FXRGB(118,238,198)
Aquamarine3 FXRGB(102,205,170)
Aquamarine4 FXRGB( 69,139,116)
Azure FXRGB(240,255,255)
Azure1 FXRGB(240,255,255)
Azure2 FXRGB(224,238,238)
Azure3 FXRGB(193,205,205)
Azure4 FXRGB(131,139,139)
Beige FXRGB(245,245,220)
Bisque FXRGB(255,228,196)
Bisque1 FXRGB(255,228,196)
Bisque2 FXRGB(238,213,183)
Bisque3 FXRGB(205,183,158)
Bisque4 FXRGB(139,125,107)
Black FXRGB(0,0,0)
BlanchedAlmond FXRGB(255,235,205)
Blue FXRGB(0,0,255)
Blue1 FXRGB(0,0,255)
Blue2 FXRGB(0,0,238)
Blue3 FXRGB(0,0,205)
Blue4 FXRGB(0,0,139)
BlueViolet FXRGB(138, 43,226)
Brown FXRGB(165, 42, 42)
Brown1 FXRGB(255, 64, 64)
Brown2 FXRGB(238, 59, 59)
Brown3 FXRGB(205, 51, 51)
Brown4 FXRGB(139, 35, 35)
Burlywood FXRGB(222,184,135)
Burlywood1 FXRGB(255,211,155)
Burlywood2 FXRGB(238,197,145)
Burlywood3 FXRGB(205,170,125)
Burlywood4 FXRGB(139,115, 85)
CadetBlue FXRGB( 95,158,160)
CadetBlue1 FXRGB(152,245,255)
CadetBlue2 FXRGB(142,229,238)
CadetBlue3 FXRGB(122,197,205)
CadetBlue4 FXRGB( 83,134,139)
Chartreuse FXRGB(127,255,0)
Chartreuse1 FXRGB(127,255,0)
Chartreuse2 FXRGB(118,238,0)
Chartreuse3 FXRGB(102,205,0)
Chartreuse4 FXRGB( 69,139,0)
Chocolate FXRGB(210,105, 30)
Chocolate1 FXRGB(255,127, 36)
Chocolate2 FXRGB(238,118, 33)
Chocolate3 FXRGB(205,102, 29)
Chocolate4 FXRGB(139, 69, 19)
Coral FXRGB(255,127, 80)
Coral1 FXRGB(255,114, 86)
Coral2 FXRGB(238,106, 80)
Coral3 FXRGB(205, 91, 69)
Coral4 FXRGB(139, 62, 47)
CornflowerBlue FXRGB(100,149,237)
Cornsilk FXRGB(255,248,220)
Cornsilk1 FXRGB(255,248,220)
Cornsilk2 FXRGB(238,232,205)
Cornsilk3 FXRGB(205,200,177)
Cornsilk4 FXRGB(139,136,120)
Cyan FXRGB(0,255,255)
Cyan1 FXRGB(0,255,255)
Cyan2 FXRGB(0,238,238)
Cyan3 FXRGB(0,205,205)
Cyan4 FXRGB(0,139,139)
DarkBlue FXRGB(0,0,139)
DarkCyan FXRGB(0,139,139)
DarkGoldenrod FXRGB(184,134, 11)
DarkGoldenrod1 FXRGB(255,185, 15)
DarkGoldenrod2 FXRGB(238,173, 14)
DarkGoldenrod3 FXRGB(205,149, 12)
DarkGoldenrod4 FXRGB(139,101,8)
DarkGray FXRGB(169,169,169)
DarkGreen FXRGB(0,100,0)
DarkGrey FXRGB(169,169,169)
DarkKhaki FXRGB(189,183,107)
DarkMagenta FXRGB(139,0,139)
DarkOliveGreen FXRGB( 85,107, 47)
DarkOliveGreen1 FXRGB(202,255,112)
DarkOliveGreen2 FXRGB(188,238,104)
DarkOliveGreen3 FXRGB(162,205, 90)
DarkOliveGreen4 FXRGB(110,139, 61)
DarkOrange FXRGB(255,140,0)
DarkOrange1 FXRGB(255,127,0)
DarkOrange2 FXRGB(238,118,0)
DarkOrange3 FXRGB(205,102,0)
DarkOrange4 FXRGB(139, 69,0)
DarkOrchid FXRGB(153, 50,204)
DarkOrchid1 FXRGB(191, 62,255)
DarkOrchid2 FXRGB(178, 58,238)
DarkOrchid3 FXRGB(154, 50,205)
DarkOrchid4 FXRGB(104, 34,139)
DarkRed FXRGB(139,0,0)
DarkSalmon FXRGB(233,150,122)
DarkSeaGreen FXRGB(143,188,143)
DarkSeaGreen1 FXRGB(193,255,193)
DarkSeaGreen2 FXRGB(180,238,180)
DarkSeaGreen3 FXRGB(155,205,155)
DarkSeaGreen4 FXRGB(105,139,105)
DarkSlateBlue FXRGB( 72, 61,139)
DarkSlateGray FXRGB( 47, 79, 79)
DarkSlateGray1 FXRGB(151,255,255)
DarkSlateGray2 FXRGB(141,238,238)
DarkSlateGray3 FXRGB(121,205,205)
DarkSlateGray4 FXRGB( 82,139,139)
DarkSlateGrey FXRGB( 47, 79, 79)
DarkTurquoise FXRGB(0,206,209)
DarkViolet FXRGB(148,0,211)
DeepPink FXRGB(255, 20,147)
DeepPink1 FXRGB(255, 20,147)
DeepPink2 FXRGB(238, 18,137)
DeepPink3 FXRGB(205, 16,118)
DeepPink4 FXRGB(139, 10, 80)
DeepSkyBlue FXRGB(0,191,255)
DeepSkyBlue1 FXRGB(0,191,255)
DeepSkyBlue2 FXRGB(0,178,238)
DeepSkyBlue3 FXRGB(0,154,205)
DeepSkyBlue4 FXRGB(0,104,139)
DimGray FXRGB(105,105,105)
DimGrey FXRGB(105,105,105)
DodgerBlue FXRGB( 30,144,255)
DodgerBlue1 FXRGB( 30,144,255)
DodgerBlue2 FXRGB( 28,134,238)
DodgerBlue3 FXRGB( 24,116,205)
DodgerBlue4 FXRGB( 16, 78,139)
Firebrick FXRGB(178, 34, 34)
Firebrick1 FXRGB(255, 48, 48)
Firebrick2 FXRGB(238, 44, 44)
Firebrick3 FXRGB(205, 38, 38)
Firebrick4 FXRGB(139, 26, 26)
FloralWhite FXRGB(255,250,240)
ForestGreen FXRGB( 34,139, 34)
Gainsboro FXRGB(220,220,220)
GhostWhite FXRGB(248,248,255)
Gold FXRGB(255,215,0)
Gold1 FXRGB(255,215,0)
Gold2 FXRGB(238,201,0)
Gold3 FXRGB(205,173,0)
Gold4 FXRGB(139,117,0)
Goldenrod FXRGB(218,165, 32)
Goldenrod1 FXRGB(255,193, 37)
Goldenrod2 FXRGB(238,180, 34)
Goldenrod3 FXRGB(205,155, 29)
Goldenrod4 FXRGB(139,105, 20)
Gray FXRGB(190,190,190)
Gray0 FXRGB(0,0,0)
Gray1 FXRGB(3,3,3)
Gray10 FXRGB( 26, 26, 26)
Gray100 FXRGB(255,255,255)
Gray11 FXRGB( 28, 28, 28)
Gray12 FXRGB( 31, 31, 31)
Gray13 FXRGB( 33, 33, 33)
Gray14 FXRGB( 36, 36, 36)
Gray15 FXRGB( 38, 38, 38)
Gray16 FXRGB( 41, 41, 41)
Gray17 FXRGB( 43, 43, 43)
Gray18 FXRGB( 46, 46, 46)
Gray19 FXRGB( 48, 48, 48)
Gray2 FXRGB(5,5,5)
Gray20 FXRGB( 51, 51, 51)
Gray21 FXRGB( 54, 54, 54)
Gray22 FXRGB( 56, 56, 56)
Gray23 FXRGB( 59, 59, 59)
Gray24 FXRGB( 61, 61, 61)
Gray25 FXRGB( 64, 64, 64)
Gray26 FXRGB( 66, 66, 66)
Gray27 FXRGB( 69, 69, 69)
Gray28 FXRGB( 71, 71, 71)
Gray29 FXRGB( 74, 74, 74)
Gray3 FXRGB(8,8,8)
Gray30 FXRGB( 77, 77, 77)
Gray31 FXRGB( 79, 79, 79)
Gray32 FXRGB( 82, 82, 82)
Gray33 FXRGB( 84, 84, 84)
Gray34 FXRGB( 87, 87, 87)
Gray35 FXRGB( 89, 89, 89)
Gray36 FXRGB( 92, 92, 92)
Gray37 FXRGB( 94, 94, 94)
Gray38 FXRGB( 97, 97, 97)
Gray39 FXRGB( 99, 99, 99)
Gray4 FXRGB( 10, 10, 10)
Gray40 FXRGB(102,102,102)
Gray41 FXRGB(105,105,105)
Gray42 FXRGB(107,107,107)
Gray43 FXRGB(110,110,110)
Gray44 FXRGB(112,112,112)
Gray45 FXRGB(115,115,115)
Gray46 FXRGB(117,117,117)
Gray47 FXRGB(120,120,120)
Gray48 FXRGB(122,122,122)
Gray49 FXRGB(125,125,125)
Gray5 FXRGB( 13, 13, 13)
Gray50 FXRGB(127,127,127)
Gray51 FXRGB(130,130,130)
Gray52 FXRGB(133,133,133)
Gray53 FXRGB(135,135,135)
Gray54 FXRGB(138,138,138)
Gray55 FXRGB(140,140,140)
Gray56 FXRGB(143,143,143)
Gray57 FXRGB(145,145,145)
Gray58 FXRGB(148,148,148)
Gray59 FXRGB(150,150,150)
Gray6 FXRGB( 15, 15, 15)
Gray60 FXRGB(153,153,153)
Gray61 FXRGB(156,156,156)
Gray62 FXRGB(158,158,158)
Gray63 FXRGB(161,161,161)
Gray64 FXRGB(163,163,163)
Gray65 FXRGB(166,166,166)
Gray66 FXRGB(168,168,168)
Gray67 FXRGB(171,171,171)
Gray68 FXRGB(173,173,173)
Gray69 FXRGB(176,176,176)
Gray7 FXRGB( 18, 18, 18)
Gray70 FXRGB(179,179,179)
Gray71 FXRGB(181,181,181)
Gray72 FXRGB(184,184,184)
Gray73 FXRGB(186,186,186)
Gray74 FXRGB(189,189,189)
Gray75 FXRGB(191,191,191)
Gray76 FXRGB(194,194,194)
Gray77 FXRGB(196,196,196)
Gray78 FXRGB(199,199,199)
Gray79 FXRGB(201,201,201)
Gray8 FXRGB( 20, 20, 20)
Gray80 FXRGB(204,204,204)
Gray81 FXRGB(207,207,207)
Gray82 FXRGB(209,209,209)
Gray83 FXRGB(212,212,212)
Gray84 FXRGB(214,214,214)
Gray85 FXRGB(217,217,217)
Gray86 FXRGB(219,219,219)
Gray87 FXRGB(222,222,222)
Gray88 FXRGB(224,224,224)
Gray89 FXRGB(227,227,227)
Gray9 FXRGB( 23, 23, 23)
Gray90 FXRGB(229,229,229)
Gray91 FXRGB(232,232,232)
Gray92 FXRGB(235,235,235)
Gray93 FXRGB(237,237,237)
Gray94 FXRGB(240,240,240)
Gray95 FXRGB(242,242,242)
Gray96 FXRGB(245,245,245)
Gray97 FXRGB(247,247,247)
Gray98 FXRGB(250,250,250)
Gray99 FXRGB(252,252,252)
Green FXRGB(0,255,0)
Green1 FXRGB(0,255,0)
Green2 FXRGB(0,238,0)
Green3 FXRGB(0,205,0)
Green4 FXRGB(0,139,0)
GreenYellow FXRGB(173,255, 47)
Grey FXRGB(190,190,190)
Grey0 FXRGB(0,0,0)
Grey1 FXRGB(3,3,3)
Grey10 FXRGB( 26, 26, 26)
Grey100 FXRGB(255,255,255)
Grey11 FXRGB( 28, 28, 28)
Grey12 FXRGB( 31, 31, 31)
Grey13 FXRGB( 33, 33, 33)
Grey14 FXRGB( 36, 36, 36)
Grey15 FXRGB( 38, 38, 38)
Grey16 FXRGB( 41, 41, 41)
Grey17 FXRGB( 43, 43, 43)
Grey18 FXRGB( 46, 46, 46)
Grey19 FXRGB( 48, 48, 48)
Grey2 FXRGB(5,5,5)
Grey20 FXRGB( 51, 51, 51)
Grey21 FXRGB( 54, 54, 54)
Grey22 FXRGB( 56, 56, 56)
Grey23 FXRGB( 59, 59, 59)
Grey24 FXRGB( 61, 61, 61)
Grey25 FXRGB( 64, 64, 64)
Grey26 FXRGB( 66, 66, 66)
Grey27 FXRGB( 69, 69, 69)
Grey28 FXRGB( 71, 71, 71)
Grey29 FXRGB( 74, 74, 74)
Grey3 FXRGB(8,8,8)
Grey30 FXRGB( 77, 77, 77)
Grey31 FXRGB( 79, 79, 79)
Grey32 FXRGB( 82, 82, 82)
Grey33 FXRGB( 84, 84, 84)
Grey34 FXRGB( 87, 87, 87)
Grey35 FXRGB( 89, 89, 89)
Grey36 FXRGB( 92, 92, 92)
Grey37 FXRGB( 94, 94, 94)
Grey38 FXRGB( 97, 97, 97)
Grey39 FXRGB( 99, 99, 99)
Grey4 FXRGB( 10, 10, 10)
Grey40 FXRGB(102,102,102)
Grey41 FXRGB(105,105,105)
Grey42 FXRGB(107,107,107)
Grey43 FXRGB(110,110,110)
Grey44 FXRGB(112,112,112)
Grey45 FXRGB(115,115,115)
Grey46 FXRGB(117,117,117)
Grey47 FXRGB(120,120,120)
Grey48 FXRGB(122,122,122)
Grey49 FXRGB(125,125,125)
Grey5 FXRGB( 13, 13, 13)
Grey50 FXRGB(127,127,127)
Grey51 FXRGB(130,130,130)
Grey52 FXRGB(133,133,133)
Grey53 FXRGB(135,135,135)
Grey54 FXRGB(138,138,138)
Grey55 FXRGB(140,140,140)
Grey56 FXRGB(143,143,143)
Grey57 FXRGB(145,145,145)
Grey58 FXRGB(148,148,148)
Grey59 FXRGB(150,150,150)
Grey6 FXRGB( 15, 15, 15)
Grey60 FXRGB(153,153,153)
Grey61 FXRGB(156,156,156)
Grey62 FXRGB(158,158,158)
Grey63 FXRGB(161,161,161)
Grey64 FXRGB(163,163,163)
Grey65 FXRGB(166,166,166)
Grey66 FXRGB(168,168,168)
Grey67 FXRGB(171,171,171)
Grey68 FXRGB(173,173,173)
Grey69 FXRGB(176,176,176)
Grey7 FXRGB( 18, 18, 18)
Grey70 FXRGB(179,179,179)
Grey71 FXRGB(181,181,181)
Grey72 FXRGB(184,184,184)
Grey73 FXRGB(186,186,186)
Grey74 FXRGB(189,189,189)
Grey75 FXRGB(191,191,191)
Grey76 FXRGB(194,194,194)
Grey77 FXRGB(196,196,196)
Grey78 FXRGB(199,199,199)
Grey79 FXRGB(201,201,201)
Grey8 FXRGB( 20, 20, 20)
Grey80 FXRGB(204,204,204)
Grey81 FXRGB(207,207,207)
Grey82 FXRGB(209,209,209)
Grey83 FXRGB(212,212,212)
Grey84 FXRGB(214,214,214)
Grey85 FXRGB(217,217,217)
Grey86 FXRGB(219,219,219)
Grey87 FXRGB(222,222,222)
Grey88 FXRGB(224,224,224)
Grey89 FXRGB(227,227,227)
Grey9 FXRGB( 23, 23, 23)
Grey90 FXRGB(229,229,229)
Grey91 FXRGB(232,232,232)
Grey92 FXRGB(235,235,235)
Grey93 FXRGB(237,237,237)
Grey94 FXRGB(240,240,240)
Grey95 FXRGB(242,242,242)
Grey96 FXRGB(245,245,245)
Grey97 FXRGB(247,247,247)
Grey98 FXRGB(250,250,250)
Grey99 FXRGB(252,252,252)
Honeydew FXRGB(240,255,240)
Honeydew1 FXRGB(240,255,240)
Honeydew2 FXRGB(224,238,224)
Honeydew3 FXRGB(193,205,193)
Honeydew4 FXRGB(131,139,131)
HotPink FXRGB(255,105,180)
HotPink1 FXRGB(255,110,180)
HotPink2 FXRGB(238,106,167)
HotPink3 FXRGB(205, 96,144)
HotPink4 FXRGB(139, 58, 98)
IndianRed FXRGB(205, 92, 92)
IndianRed1 FXRGB(255,106,106)
IndianRed2 FXRGB(238, 99, 99)
IndianRed3 FXRGB(205, 85, 85)
IndianRed4 FXRGB(139, 58, 58)
Ivory FXRGB(255,255,240)
Ivory1 FXRGB(255,255,240)
Ivory2 FXRGB(238,238,224)
Ivory3 FXRGB(205,205,193)
Ivory4 FXRGB(139,139,131)
Khaki FXRGB(240,230,140)
Khaki1 FXRGB(255,246,143)
Khaki2 FXRGB(238,230,133)
Khaki3 FXRGB(205,198,115)
Khaki4 FXRGB(139,134, 78)
Lavender FXRGB(230,230,250)
LavenderBlush FXRGB(255,240,245)
LavenderBlush1 FXRGB(255,240,245)
LavenderBlush2 FXRGB(238,224,229)
LavenderBlush3 FXRGB(205,193,197)
LavenderBlush4 FXRGB(139,131,134)
LawnGreen FXRGB(124,252,0)
LemonChiffon FXRGB(255,250,205)
LemonChiffon1 FXRGB(255,250,205)
LemonChiffon2 FXRGB(238,233,191)
LemonChiffon3 FXRGB(205,201,165)
LemonChiffon4 FXRGB(139,137,112)
LightBlue FXRGB(173,216,230)
LightBlue1 FXRGB(191,239,255)
LightBlue2 FXRGB(178,223,238)
LightBlue3 FXRGB(154,192,205)
LightBlue4 FXRGB(104,131,139)
LightCoral FXRGB(240,128,128)
LightCyan FXRGB(224,255,255)
LightCyan1 FXRGB(224,255,255)
LightCyan2 FXRGB(209,238,238)
LightCyan3 FXRGB(180,205,205)
LightCyan4 FXRGB(122,139,139)
LightGoldenrod FXRGB(238,221,130)
LightGoldenrod1 FXRGB(255,236,139)
LightGoldenrod2 FXRGB(238,220,130)
LightGoldenrod3 FXRGB(205,190,112)
LightGoldenrod4 FXRGB(139,129, 76)
LightGoldenrodYellow FXRGB(250,250,210)
LightGray FXRGB(211,211,211)
LightGreen FXRGB(144,238,144)
LightGrey FXRGB(211,211,211)
LightPink FXRGB(255,182,193)
LightPink1 FXRGB(255,174,185)
LightPink2 FXRGB(238,162,173)
LightPink3 FXRGB(205,140,149)
LightPink4 FXRGB(139, 95,101)
LightSalmon FXRGB(255,160,122)
LightSalmon1 FXRGB(255,160,122)
LightSalmon2 FXRGB(238,149,114)
LightSalmon3 FXRGB(205,129, 98)
LightSalmon4 FXRGB(139, 87, 66)
LightSeaGreen FXRGB( 32,178,170)
LightSkyBlue FXRGB(135,206,250)
LightSkyBlue1 FXRGB(176,226,255)
LightSkyBlue2 FXRGB(164,211,238)
LightSkyBlue3 FXRGB(141,182,205)
LightSkyBlue4 FXRGB( 96,123,139)
LightSlateBlue FXRGB(132,112,255)
LightSlateGray FXRGB(119,136,153)
LightSlateGrey FXRGB(119,136,153)
LightSteelBlue FXRGB(176,196,222)
LightSteelBlue1 FXRGB(202,225,255)
LightSteelBlue2 FXRGB(188,210,238)
LightSteelBlue3 FXRGB(162,181,205)
LightSteelBlue4 FXRGB(110,123,139)
LightYellow FXRGB(255,255,224)
LightYellow1 FXRGB(255,255,224)
LightYellow2 FXRGB(238,238,209)
LightYellow3 FXRGB(205,205,180)
LightYellow4 FXRGB(139,139,122)
LimeGreen FXRGB( 50,205, 50)
Linen FXRGB(250,240,230)
Magenta FXRGB(255,0,255)
Magenta1 FXRGB(255,0,255)
Magenta2 FXRGB(238,0,238)
Magenta3 FXRGB(205,0,205)
Magenta4 FXRGB(139,0,139)
Maroon FXRGB(176, 48, 96)
Maroon1 FXRGB(255, 52,179)
Maroon2 FXRGB(238, 48,167)
Maroon3 FXRGB(205, 41,144)
Maroon4 FXRGB(139, 28, 98)
MediumAquamarine FXRGB(102,205,170)
MediumBlue FXRGB(0,0,205)
MediumOrchid FXRGB(186, 85,211)
MediumOrchid1 FXRGB(224,102,255)
MediumOrchid2 FXRGB(209, 95,238)
MediumOrchid3 FXRGB(180, 82,205)
MediumOrchid4 FXRGB(122, 55,139)
MediumPurple FXRGB(147,112,219)
MediumPurple1 FXRGB(171,130,255)
MediumPurple2 FXRGB(159,121,238)
MediumPurple3 FXRGB(137,104,205)
MediumPurple4 FXRGB( 93, 71,139)
MediumSeaGreen FXRGB( 60,179,113)
MediumSlateBlue FXRGB(123,104,238)
MediumSpringGreen FXRGB(0,250,154)
MediumTurquoise FXRGB( 72,209,204)
MediumVioletRed FXRGB(199, 21,133)
MidnightBlue FXRGB( 25, 25,112)
MintCream FXRGB(245,255,250)
MistyRose FXRGB(255,228,225)
MistyRose1 FXRGB(255,228,225)
MistyRose2 FXRGB(238,213,210)
MistyRose3 FXRGB(205,183,181)
MistyRose4 FXRGB(139,125,123)
Moccasin FXRGB(255,228,181)
NavajoWhite FXRGB(255,222,173)
NavajoWhite1 FXRGB(255,222,173)
NavajoWhite2 FXRGB(238,207,161)
NavajoWhite3 FXRGB(205,179,139)
NavajoWhite4 FXRGB(139,121, 94)
Navy FXRGB(0,0,128)
NavyBlue FXRGB(0,0,128)
None FXRGB(0,0,0,0)
OldLace FXRGB(253,245,230)
OliveDrab FXRGB(107,142, 35)
OliveDrab1 FXRGB(192,255, 62)
OliveDrab2 FXRGB(179,238, 58)
OliveDrab3 FXRGB(154,205, 50)
OliveDrab4 FXRGB(105,139, 34)
Orange FXRGB(255,165,0)
Orange1 FXRGB(255,165,0)
Orange2 FXRGB(238,154,0)
Orange3 FXRGB(205,133,0)
Orange4 FXRGB(139, 90,0)
OrangeRed FXRGB(255, 69,0)
OrangeRed1 FXRGB(255, 69,0)
OrangeRed2 FXRGB(238, 64,0)
OrangeRed3 FXRGB(205, 55,0)
OrangeRed4 FXRGB(139, 37,0)
Orchid FXRGB(218,112,214)
Orchid1 FXRGB(255,131,250)
Orchid2 FXRGB(238,122,233)
Orchid3 FXRGB(205,105,201)
Orchid4 FXRGB(139, 71,137)
PaleGoldenrod FXRGB(238,232,170)
PaleGreen FXRGB(152,251,152)
PaleGreen1 FXRGB(154,255,154)
PaleGreen2 FXRGB(144,238,144)
PaleGreen3 FXRGB(124,205,124)
PaleGreen4 FXRGB( 84,139, 84)
PaleTurquoise FXRGB(175,238,238)
PaleTurquoise1 FXRGB(187,255,255)
PaleTurquoise2 FXRGB(174,238,238)
PaleTurquoise3 FXRGB(150,205,205)
PaleTurquoise4 FXRGB(102,139,139)
PaleVioletRed FXRGB(219,112,147)
PaleVioletRed1 FXRGB(255,130,171)
PaleVioletRed2 FXRGB(238,121,159)
PaleVioletRed3 FXRGB(205,104,137)
PaleVioletRed4 FXRGB(139, 71, 93)
PapayaWhip FXRGB(255,239,213)
PeachPuff FXRGB(255,218,185)
PeachPuff1 FXRGB(255,218,185)
PeachPuff2 FXRGB(238,203,173)
PeachPuff3 FXRGB(205,175,149)
PeachPuff4 FXRGB(139,119,101)
Peru FXRGB(205,133, 63)
Pink FXRGB(255,192,203)
Pink1 FXRGB(255,181,197)
Pink2 FXRGB(238,169,184)
Pink3 FXRGB(205,145,158)
Pink4 FXRGB(139, 99,108)
Plum FXRGB(221,160,221)
Plum1 FXRGB(255,187,255)
Plum2 FXRGB(238,174,238)
Plum3 FXRGB(205,150,205)
Plum4 FXRGB(139,102,139)
PowderBlue FXRGB(176,224,230)
Purple FXRGB(160, 32,240)
Purple1 FXRGB(155, 48,255)
Purple2 FXRGB(145, 44,238)
Purple3 FXRGB(125, 38,205)
Purple4 FXRGB( 85, 26,139)
Red FXRGB(255,0,0)
Red1 FXRGB(255,0,0)
Red2 FXRGB(238,0,0)
Red3 FXRGB(205,0,0)
Red4 FXRGB(139,0,0)
RosyBrown FXRGB(188,143,143)
RosyBrown1 FXRGB(255,193,193)
RosyBrown2 FXRGB(238,180,180)
RosyBrown3 FXRGB(205,155,155)
RosyBrown4 FXRGB(139,105,105)
RoyalBlue FXRGB( 65,105,225)
RoyalBlue1 FXRGB( 72,118,255)
RoyalBlue2 FXRGB( 67,110,238)
RoyalBlue3 FXRGB( 58, 95,205)
RoyalBlue4 FXRGB( 39, 64,139)
SaddleBrown FXRGB(139, 69, 19)
Salmon FXRGB(250,128,114)
Salmon1 FXRGB(255,140,105)
Salmon2 FXRGB(238,130, 98)
Salmon3 FXRGB(205,112, 84)
Salmon4 FXRGB(139, 76, 57)
SandyBrown FXRGB(244,164, 96)
SeaGreen FXRGB( 46,139, 87)
SeaGreen1 FXRGB( 84,255,159)
SeaGreen2 FXRGB( 78,238,148)
SeaGreen3 FXRGB( 67,205,128)
SeaGreen4 FXRGB( 46,139, 87)
Seashell FXRGB(255,245,238)
Seashell1 FXRGB(255,245,238)
Seashell2 FXRGB(238,229,222)
Seashell3 FXRGB(205,197,191)
Seashell4 FXRGB(139,134,130)
Sienna FXRGB(160, 82, 45)
Sienna1 FXRGB(255,130, 71)
Sienna2 FXRGB(238,121, 66)
Sienna3 FXRGB(205,104, 57)
Sienna4 FXRGB(139, 71, 38)
SkyBlue FXRGB(135,206,235)
SkyBlue1 FXRGB(135,206,255)
SkyBlue2 FXRGB(126,192,238)
SkyBlue3 FXRGB(108,166,205)
SkyBlue4 FXRGB( 74,112,139)
SlateBlue FXRGB(106, 90,205)
SlateBlue1 FXRGB(131,111,255)
SlateBlue2 FXRGB(122,103,238)
SlateBlue3 FXRGB(105, 89,205)
SlateBlue4 FXRGB( 71, 60,139)
SlateGray FXRGB(112,128,144)
SlateGray1 FXRGB(198,226,255)
SlateGray2 FXRGB(185,211,238)
SlateGray3 FXRGB(159,182,205)
SlateGray4 FXRGB(108,123,139)
SlateGrey FXRGB(112,128,144)
Snow FXRGB(255,250,250)
Snow1 FXRGB(255,250,250)
Snow2 FXRGB(238,233,233)
Snow3 FXRGB(205,201,201)
Snow4 FXRGB(139,137,137)
SpringGreen FXRGB(0,255,127)
SpringGreen1 FXRGB(0,255,127)
SpringGreen2 FXRGB(0,238,118)
SpringGreen3 FXRGB(0,205,102)
SpringGreen4 FXRGB(0,139, 69)
SteelBlue FXRGB( 70,130,180)
SteelBlue1 FXRGB( 99,184,255)
SteelBlue2 FXRGB( 92,172,238)
SteelBlue3 FXRGB( 79,148,205)
SteelBlue4 FXRGB( 54,100,139)
Tan FXRGB(210,180,140)
Tan1 FXRGB(255,165, 79)
Tan2 FXRGB(238,154, 73)
Tan3 FXRGB(205,133, 63)
Tan4 FXRGB(139, 90, 43)
Thistle FXRGB(216,191,216)
Thistle1 FXRGB(255,225,255)
Thistle2 FXRGB(238,210,238)
Thistle3 FXRGB(205,181,205)
Thistle4 FXRGB(139,123,139)
Tomato FXRGB(255, 99, 71)
Tomato1 FXRGB(255, 99, 71)
Tomato2 FXRGB(238, 92, 66)
Tomato3 FXRGB(205, 79, 57)
Tomato4 FXRGB(139, 54, 38)
Turquoise FXRGB( 64,224,208)
Turquoise1 FXRGB(0,245,255)
Turquoise2 FXRGB(0,229,238)
Turquoise3 FXRGB(0,197,205)
Turquoise4 FXRGB(0,134,139)
Violet FXRGB(238,130,238)
VioletRed FXRGB(208, 32,144)
VioletRed1 FXRGB(255, 62,150)
VioletRed2 FXRGB(238, 58,140)
VioletRed3 FXRGB(205, 50,120)
VioletRed4 FXRGB(139, 34, 82)
Wheat FXRGB(245,222,179)
Wheat1 FXRGB(255,231,186)
Wheat2 FXRGB(238,216,174)
Wheat3 FXRGB(205,186,150)
Wheat4 FXRGB(139,126,102)
White FXRGB(255,255,255)
WhiteSmoke FXRGB(245,245,245)
Yellow FXRGB(255,255,0)
Yellow1 FXRGB(255,255,0)
Yellow2 FXRGB(238,238,0)
Yellow3 FXRGB(205,205,0)
Yellow4 FXRGB(139,139,0)
YellowGreen FXRGB(154,205, 50)