Shades of Lilac #C29ACC
Tints of Lilac #C29ACC
RGB
CMYK
RGB Variations
Color information
#C29ACC (or 0xC29ACC) is known color: Lilac. HEX triplet: C2, 9A and CC. RGB value is (194,154,204). Sum of RGB (Red+Green+Blue) = 194+154+204=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #C29ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ACC is #3D6533. Grayscale: #ABABAB. Windows color (decimal): -4023604 or 13408962. OLE color: 13408962.
HSL color Cylindrical-coordinate representation of color #C29ACC: hue angle of 288º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C29ACC is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 154 | 204 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.2 |
| HSL | 288º | 0.33% | 0.7% | - |
| HSV(B) | 288º | 0.25% | 0.8% | - |
| XYZ | 44.7 | 38.94 | 62.29 | - |
| YUV | 171.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 204 | 0.05 | 0.25 | 0 | 0.2 | 288 | 0.33 | 0.7 |
| Hex | C2 | 9A | CC | 5 | 19 | 0 | 14 | 120 | 21 | 46 |
| Octal | 302 | 232 | 314 | 5 | 31 | 0 | 24 | 440 | 41 | 106 |
| Binary | 11000010 | 10011010 | 11001100 | 101 | 11001 | 0 | 10100 | 100100000 | 100001 | 1000110 |
Color Harmonies of #C29ACC
Complementary color
Monochromatic Colors of #C29ACC
Black with #C29ACC
Text Example
Text Example
White with #C29ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29ACC; }
p { color: rgb(194,154,204); }
H1.HeaderClassName
{
color: #C29ACC;
}
.AnyTagClassName
{
color: #C29ACC;
}
</style>
background-color css
<style>
a { background-color: #C29ACC; }
a { background-color: rgb(194,154,204); }
div.DivClassName
{
background-color: #C29ACC;
}
.BgClassName
{
background-color: #C29ACC;
}
</style>
border-color css
<style>
span { border-color: #C29ACC; }
span { border-color: rgb(194,154,204); }
td.TdClassName
{
border-color: #C29ACC;
}
.TagClassName
{
border-color: #C29ACC;
}
</style>