<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://in.compucrete.com/index.php?action=history&amp;feed=atom&amp;title=Keystone_Form_Colors</id>
	<title>Keystone Form Colors - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://in.compucrete.com/index.php?action=history&amp;feed=atom&amp;title=Keystone_Form_Colors"/>
	<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Keystone_Form_Colors&amp;action=history"/>
	<updated>2026-05-15T15:14:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>http://in.compucrete.com/index.php?title=Keystone_Form_Colors&amp;diff=366&amp;oldid=prev</id>
		<title>WikiAdmin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Keystone_Form_Colors&amp;diff=366&amp;oldid=prev"/>
		<updated>2023-07-14T12:58:52Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:58, 14 July 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>http://in.compucrete.com/index.php?title=Keystone_Form_Colors&amp;diff=365&amp;oldid=prev</id>
		<title>Chanson at 18:37, 19 April 2018</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Keystone_Form_Colors&amp;diff=365&amp;oldid=prev"/>
		<updated>2018-04-19T18:37:55Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[CATEGORY: FORMS]]&lt;br /&gt;
The standard colors can be entered on a form by name.  For example: COLOR clRed&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
  clBlack = TColor($000000);&lt;br /&gt;
  clMaroon = TColor($000080);&lt;br /&gt;
  clGreen = TColor($008000);&lt;br /&gt;
  clOlive = TColor($008080);&lt;br /&gt;
  clNavy = TColor($800000);&lt;br /&gt;
  clPurple = TColor($800080);&lt;br /&gt;
  clTeal = TColor($808000);&lt;br /&gt;
  clGray = TColor($808080);&lt;br /&gt;
  clSilver = TColor($C0C0C0);&lt;br /&gt;
  clRed = TColor($0000FF);&lt;br /&gt;
  clLime = TColor($00FF00);&lt;br /&gt;
  clYellow = TColor($00FFFF);&lt;br /&gt;
  clBlue = TColor($FF0000);&lt;br /&gt;
  clFuchsia = TColor($FF00FF);&lt;br /&gt;
  clAqua = TColor($FFFF00);&lt;br /&gt;
  clLtGray = TColor($C0C0C0);&lt;br /&gt;
  clDkGray = TColor($808080);&lt;br /&gt;
  clWhite = TColor($FFFFFF);&lt;br /&gt;
  StandardColorsCount = 16;&lt;br /&gt;
&lt;br /&gt;
  clMoneyGreen = TColor($C0DCC0);&lt;br /&gt;
  clSkyBlue = TColor($F0CAA6);&lt;br /&gt;
  clCream = TColor($F0FBFF);&lt;br /&gt;
  clMedGray = TColor($A4A0A0);&lt;br /&gt;
  ExtendedColorsCount = 4;&lt;br /&gt;
&lt;br /&gt;
  clNone = TColor($1FFFFFFF);&lt;br /&gt;
  clDefault = TColor($20000000);&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following &amp;quot;cl&amp;quot; values come from the Web Named Color palette.  To use these in a form you need to specify the numeric value.  For example if a customer insisted on the color Lemon Chiffon you could not specify it as clLemonChiffon, but instead:  '''COLOR $CDFAFF'''&lt;br /&gt;
&lt;br /&gt;
NOTE: You are not limited to these values, any numeric hexadecimal color value can be entered.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
  clWebSnow = $FAFAFF;&lt;br /&gt;
  clWebFloralWhite = $F0FAFF;&lt;br /&gt;
  clWebLavenderBlush = $F5F0FF;&lt;br /&gt;
  clWebOldLace = $E6F5FD;&lt;br /&gt;
  clWebIvory = $F0FFFF;&lt;br /&gt;
  clWebCornSilk = $DCF8FF;&lt;br /&gt;
  clWebBeige = $DCF5F5;&lt;br /&gt;
  clWebAntiqueWhite = $D7EBFA;&lt;br /&gt;
  clWebWheat = $B3DEF5;&lt;br /&gt;
  clWebAliceBlue = $FFF8F0;&lt;br /&gt;
  clWebGhostWhite = $FFF8F8;&lt;br /&gt;
  clWebLavender = $FAE6E6;&lt;br /&gt;
  clWebSeashell = $EEF5FF;&lt;br /&gt;
  clWebLightYellow = $E0FFFF;&lt;br /&gt;
  clWebPapayaWhip = $D5EFFF;&lt;br /&gt;
  clWebNavajoWhite = $ADDEFF;&lt;br /&gt;
  clWebMoccasin = $B5E4FF;&lt;br /&gt;
  clWebBurlywood = $87B8DE;&lt;br /&gt;
  clWebAzure = $FFFFF0;&lt;br /&gt;
  clWebMintcream = $FAFFF5;&lt;br /&gt;
  clWebHoneydew = $F0FFF0;&lt;br /&gt;
  clWebLinen = $E6F0FA;&lt;br /&gt;
  clWebLemonChiffon = $CDFAFF;&lt;br /&gt;
  clWebBlanchedAlmond = $CDEBFF;&lt;br /&gt;
  clWebBisque = $C4E4FF;&lt;br /&gt;
  clWebPeachPuff = $B9DAFF;&lt;br /&gt;
  clWebTan = $8CB4D2;&lt;br /&gt;
  // yellows/reds yellow -&amp;gt; rosybrown&lt;br /&gt;
  clWebYellow = $00FFFF;&lt;br /&gt;
  clWebDarkOrange = $008CFF;&lt;br /&gt;
  clWebRed = $0000FF;&lt;br /&gt;
  clWebDarkRed = $00008B;&lt;br /&gt;
  clWebMaroon = $000080;&lt;br /&gt;
  clWebIndianRed = $5C5CCD;&lt;br /&gt;
  clWebSalmon = $7280FA;&lt;br /&gt;
  clWebCoral = $507FFF;&lt;br /&gt;
  clWebGold = $00D7FF;&lt;br /&gt;
  clWebTomato = $4763FF;&lt;br /&gt;
  clWebCrimson = $3C14DC;&lt;br /&gt;
  clWebBrown = $2A2AA5;&lt;br /&gt;
  clWebChocolate = $1E69D2;&lt;br /&gt;
  clWebSandyBrown = $60A4F4;&lt;br /&gt;
  clWebLightSalmon = $7AA0FF;&lt;br /&gt;
  clWebLightCoral = $8080F0;&lt;br /&gt;
  clWebOrange = $00A5FF;&lt;br /&gt;
  clWebOrangeRed = $0045FF;&lt;br /&gt;
  clWebFirebrick = $2222B2;&lt;br /&gt;
  clWebSaddleBrown = $13458B;&lt;br /&gt;
  clWebSienna = $2D52A0;&lt;br /&gt;
  clWebPeru = $3F85CD;&lt;br /&gt;
  clWebDarkSalmon = $7A96E9;&lt;br /&gt;
  clWebRosyBrown = $8F8FBC;&lt;br /&gt;
  // greens palegoldenrod -&amp;gt; darkseagreen&lt;br /&gt;
  clWebPaleGoldenrod = $AAE8EE;&lt;br /&gt;
  clWebLightGoldenrodYellow = $D2FAFA;&lt;br /&gt;
  clWebOlive = $008080;&lt;br /&gt;
  clWebForestGreen = $228B22;&lt;br /&gt;
  clWebGreenYellow = $2FFFAD;&lt;br /&gt;
  clWebChartreuse = $00FF7F;&lt;br /&gt;
  clWebLightGreen = $90EE90;&lt;br /&gt;
  clWebAquamarine = $D4FF7F;&lt;br /&gt;
  clWebSeaGreen = $578B2E;&lt;br /&gt;
  clWebGoldenRod = $20A5DA;&lt;br /&gt;
  clWebKhaki = $8CE6F0;&lt;br /&gt;
  clWebOliveDrab = $238E6B;&lt;br /&gt;
  clWebGreen = $008000;&lt;br /&gt;
  clWebYellowGreen = $32CD9A;&lt;br /&gt;
  clWebLawnGreen = $00FC7C;&lt;br /&gt;
  clWebPaleGreen = $98FB98;&lt;br /&gt;
  clWebMediumAquamarine = $AACD66;&lt;br /&gt;
  clWebMediumSeaGreen = $71B33C;&lt;br /&gt;
  clWebDarkGoldenRod = $0B86B8;&lt;br /&gt;
  clWebDarkKhaki = $6BB7BD;&lt;br /&gt;
  clWebDarkOliveGreen = $2F6B55;&lt;br /&gt;
  clWebDarkgreen = $006400;&lt;br /&gt;
  clWebLimeGreen = $32CD32;&lt;br /&gt;
  clWebLime = $00FF00;&lt;br /&gt;
  clWebSpringGreen = $7FFF00;&lt;br /&gt;
  clWebMediumSpringGreen = $9AFA00;&lt;br /&gt;
  clWebDarkSeaGreen = $8FBC8F;&lt;br /&gt;
  // greens/blues lightseagreen -&amp;gt; navy&lt;br /&gt;
  clWebLightSeaGreen = $AAB220;&lt;br /&gt;
  clWebPaleTurquoise = $EEEEAF;&lt;br /&gt;
  clWebLightCyan = $FFFFE0;&lt;br /&gt;
  clWebLightBlue = $E6D8AD;&lt;br /&gt;
  clWebLightSkyBlue = $FACE87;&lt;br /&gt;
  clWebCornFlowerBlue = $ED9564;&lt;br /&gt;
  clWebDarkBlue = $8B0000;&lt;br /&gt;
  clWebIndigo = $82004B;&lt;br /&gt;
  clWebMediumTurquoise = $CCD148;&lt;br /&gt;
  clWebTurquoise = $D0E040;&lt;br /&gt;
  clWebCyan = $FFFF00; //   clWebAqua&lt;br /&gt;
  clWebAqua = $FFFF00;&lt;br /&gt;
  clWebPowderBlue = $E6E0B0;&lt;br /&gt;
  clWebSkyBlue = $EBCE87;&lt;br /&gt;
  clWebRoyalBlue = $E16941;&lt;br /&gt;
  clWebMediumBlue = $CD0000;&lt;br /&gt;
  clWebMidnightBlue = $701919;&lt;br /&gt;
  clWebDarkTurquoise = $D1CE00;&lt;br /&gt;
  clWebCadetBlue = $A09E5F;&lt;br /&gt;
  clWebDarkCyan = $8B8B00;&lt;br /&gt;
  clWebTeal = $808000;&lt;br /&gt;
  clWebDeepskyBlue = $FFBF00;&lt;br /&gt;
  clWebDodgerBlue = $FF901E;&lt;br /&gt;
  clWebBlue = $FF0000;&lt;br /&gt;
  clWebNavy = $800000;&lt;br /&gt;
  // violets/pinks darkviolet -&amp;gt; pink&lt;br /&gt;
  clWebDarkViolet = $D30094;&lt;br /&gt;
  clWebDarkOrchid = $CC3299;&lt;br /&gt;
  clWebMagenta = $FF00FF; //   clWebFuchsia&lt;br /&gt;
  clWebFuchsia = $FF00FF;&lt;br /&gt;
  clWebDarkMagenta = $8B008B;&lt;br /&gt;
  clWebMediumVioletRed = $8515C7;&lt;br /&gt;
  clWebPaleVioletRed = $9370DB;&lt;br /&gt;
  clWebBlueViolet = $E22B8A;&lt;br /&gt;
  clWebMediumOrchid = $D355BA;&lt;br /&gt;
  clWebMediumPurple = $DB7093;&lt;br /&gt;
  clWebPurple = $800080;&lt;br /&gt;
  clWebDeepPink = $9314FF;&lt;br /&gt;
  clWebLightPink = $C1B6FF;&lt;br /&gt;
  clWebViolet = $EE82EE;&lt;br /&gt;
  clWebOrchid = $D670DA;&lt;br /&gt;
  clWebPlum = $DDA0DD;&lt;br /&gt;
  clWebThistle = $D8BFD8;&lt;br /&gt;
  clWebHotPink = $B469FF;&lt;br /&gt;
  clWebPink = $CBC0FF;&lt;br /&gt;
  // blue/gray/black lightsteelblue -&amp;gt; black&lt;br /&gt;
  clWebLightSteelBlue = $DEC4B0;&lt;br /&gt;
  clWebMediumSlateBlue = $EE687B;&lt;br /&gt;
  clWebLightSlateGray = $998877;&lt;br /&gt;
  clWebWhite = $FFFFFF;&lt;br /&gt;
  clWebLightgrey = $D3D3D3;&lt;br /&gt;
  clWebGray = $808080;&lt;br /&gt;
  clWebSteelBlue = $B48246;&lt;br /&gt;
  clWebSlateBlue = $CD5A6A;&lt;br /&gt;
  clWebSlateGray = $908070;&lt;br /&gt;
  clWebWhiteSmoke = $F5F5F5;&lt;br /&gt;
  clWebSilver = $C0C0C0;&lt;br /&gt;
  clWebDimGray = $696969;&lt;br /&gt;
  clWebMistyRose = $E1E4FF;&lt;br /&gt;
  clWebDarkSlateBlue = $8B3D48;&lt;br /&gt;
  clWebDarkSlategray = $4F4F2F;&lt;br /&gt;
  clWebGainsboro = $DCDCDC;&lt;br /&gt;
  clWebDarkGray = $A9A9A9;&lt;br /&gt;
  clWebBlack = $000000;&lt;br /&gt;
  WebColorsCount = 140;  { Two of which are duplicates Aqua/Cyan Fuchsia/Magenta }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chanson</name></author>
	</entry>
</feed>