Shades of Lilac #C29AC2
Tints of Lilac #C29AC2
RGB
CMYK
RGB Variations
Color information
#C29AC2 (or 0xC29AC2) is known color: Lilac. HEX triplet: C2, 9A and C2. RGB value is (194,154,194). Sum of RGB (Red+Green+Blue) = 194+154+194=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C29AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29AC2 is #3D653D. Grayscale: #AAAAAA. Windows color (decimal): -4023614 or 12753602. OLE color: 12753602.
HSL color Cylindrical-coordinate representation of color #C29AC2: hue angle of 300º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C29AC2 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 154 | 194 | - |
CMYK | 0 | 0.21 | 0 | 0.24 |
HSL | 300º | 0.25% | 0.68% | - |
HSV(B) | 300º | 0.21% | 0.76% | - |
XYZ | 43.54 | 38.48 | 56.17 | - |
YUV | 170.52 | 141.25 | 144.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 154 | 194 | 0 | 0.21 | 0 | 0.24 | 300 | 0.25 | 0.68 |
Hex | C2 | 9A | C2 | 0 | 15 | 0 | 18 | 12C | 19 | 44 |
Octal | 302 | 232 | 302 | 0 | 25 | 0 | 30 | 454 | 31 | 104 |
Binary | 11000010 | 10011010 | 11000010 | 0 | 10101 | 0 | 11000 | 100101100 | 11001 | 1000100 |
Color Harmonies of #C29AC2
Complementary color
Monochromatic Colors of #C29AC2
Black with #C29AC2
Text Example
Text Example
White with #C29AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29AC2; }
p { color: rgb(194,154,194); }
H1.HeaderClassName
{
color: #C29AC2;
}
.AnyTagClassName
{
color: #C29AC2;
}
</style>
background-color css
<style>
a { background-color: #C29AC2; }
a { background-color: rgb(194,154,194); }
div.DivClassName
{
background-color: #C29AC2;
}
.BgClassName
{
background-color: #C29AC2;
}
</style>
border-color css
<style>
span { border-color: #C29AC2; }
span { border-color: rgb(194,154,194); }
td.TdClassName
{
border-color: #C29AC2;
}
.TagClassName
{
border-color: #C29AC2;
}
</style>