1struct NamedColor { const char *name; int RGBValue; }; 2%% 3aliceblue, 0xf0f8ff 4antiquewhite, 0xfaebd7 5aqua, 0x00ffff 6aquamarine, 0x7fffd4 7azure, 0xf0ffff 8beige, 0xf5f5dc 9bisque, 0xffe4c4 10black, 0x000000 11blanchedalmond, 0xffebcd 12blue, 0x0000ff 13blueviolet, 0x8a2be2 14brown, 0xa52a2a 15burlywood, 0xdeb887 16cadetblue, 0x5f9ea0 17chartreuse, 0x7fff00 18chocolate, 0xd2691e 19coral, 0xff7f50 20cornflowerblue, 0x6495ed 21cornsilk, 0xfff8dc 22crimson, 0xdc143c 23cyan, 0x00ffff 24darkblue, 0x00008b 25darkcyan, 0x008b8b 26darkgoldenrod, 0xb8860b 27darkgray, 0xa9a9a9 28darkgrey, 0xa9a9a9 29darkgreen, 0x006400 30darkkhaki, 0xbdb76b 31darkmagenta, 0x8b008b 32darkolivegreen, 0x556b2f 33darkorange, 0xff8c00 34darkorchid, 0x9932cc 35darkred, 0x8b0000 36darksalmon, 0xe9967a 37darkseagreen, 0x8fbc8f 38darkslateblue, 0x483d8b 39darkslategray, 0x2f4f4f 40darkslategrey, 0x2f4f4f 41darkturquoise, 0x00ced1 42darkviolet, 0x9400d3 43deeppink, 0xff1493 44deepskyblue, 0x00bfff 45dimgray, 0x696969 46dimgrey, 0x696969 47dodgerblue, 0x1e90ff 48firebrick, 0xb22222 49floralwhite, 0xfffaf0 50forestgreen, 0x228b22 51fuchsia, 0xff00ff 52gainsboro, 0xdcdcdc 53ghostwhite, 0xf8f8ff 54gold, 0xffd700 55goldenrod, 0xdaa520 56gray, 0x808080 57grey, 0x808080 58green, 0x008000 59greenyellow, 0xadff2f 60honeydew, 0xf0fff0 61hotpink, 0xff69b4 62indianred, 0xcd5c5c 63indigo, 0x4b0082 64ivory, 0xfffff0 65khaki, 0xf0e68c 66lavender, 0xe6e6fa 67lavenderblush, 0xfff0f5 68lawngreen, 0x7cfc00 69lemonchiffon, 0xfffacd 70lightblue, 0xadd8e6 71lightcoral, 0xf08080 72lightcyan, 0xe0ffff 73lightgoldenrodyellow, 0xfafad2 74lightgray, 0xd3d3d3 75lightgrey, 0xd3d3d3 76lightgreen, 0x90ee90 77lightpink, 0xffb6c1 78lightsalmon, 0xffa07a 79lightseagreen, 0x20b2aa 80lightskyblue, 0x87cefa 81lightslateblue, 0x8470ff 82lightslategray, 0x778899 83lightslategrey, 0x778899 84lightsteelblue, 0xb0c4de 85lightyellow, 0xffffe0 86lime, 0x00ff00 87limegreen, 0x32cd32 88linen, 0xfaf0e6 89magenta, 0xff00ff 90maroon, 0x800000 91mediumaquamarine, 0x66cdaa 92mediumblue, 0x0000cd 93mediumorchid, 0xba55d3 94mediumpurple, 0x9370d8 95mediumseagreen, 0x3cb371 96mediumslateblue, 0x7b68ee 97mediumspringgreen, 0x00fa9a 98mediumturquoise, 0x48d1cc 99mediumvioletred, 0xc71585 100midnightblue, 0x191970 101mintcream, 0xf5fffa 102mistyrose, 0xffe4e1 103moccasin, 0xffe4b5 104navajowhite, 0xffdead 105navy, 0x000080 106oldlace, 0xfdf5e6 107olive, 0x808000 108olivedrab, 0x6b8e23 109orange, 0xffa500 110orangered, 0xff4500 111orchid, 0xda70d6 112palegoldenrod, 0xeee8aa 113palegreen, 0x98fb98 114paleturquoise, 0xafeeee 115palevioletred, 0xd87093 116papayawhip, 0xffefd5 117peachpuff, 0xffdab9 118peru, 0xcd853f 119pink, 0xffc0cb 120plum, 0xdda0dd 121powderblue, 0xb0e0e6 122purple, 0x800080 123red, 0xff0000 124rosybrown, 0xbc8f8f 125royalblue, 0x4169e1 126saddlebrown, 0x8b4513 127salmon, 0xfa8072 128sandybrown, 0xf4a460 129seagreen, 0x2e8b57 130seashell, 0xfff5ee 131sienna, 0xa0522d 132silver, 0xc0c0c0 133skyblue, 0x87ceeb 134slateblue, 0x6a5acd 135slategray, 0x708090 136slategrey, 0x708090 137snow, 0xfffafa 138springgreen, 0x00ff7f 139steelblue, 0x4682b4 140tan, 0xd2b48c 141teal, 0x008080 142thistle, 0xd8bfd8 143tomato, 0xff6347 144turquoise, 0x40e0d0 145violet, 0xee82ee 146violetred, 0xd02090 147wheat, 0xf5deb3 148white, 0xffffff 149whitesmoke, 0xf5f5f5 150yellow, 0xffff00 151yellowgreen, 0x9acd32 152