Shades of Lilac #C29CCB
Tints of Lilac #C29CCB
RGB
CMYK
RGB Variations
Color information
#C29CCB (or 0xC29CCB) is known color: Lilac. HEX triplet: C2, 9C and CB. RGB value is (194,156,203). Sum of RGB (Red+Green+Blue) = 194+156+203=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #C29CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CCB is #3D6334. Grayscale: #ACACAC. Windows color (decimal): -4023093 or 13343938. OLE color: 13343938.
HSL color Cylindrical-coordinate representation of color #C29CCB: hue angle of 288.51º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C29CCB is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 156 | 203 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.20 |
| HSL | 288.51º | 0.31% | 0.7% | - |
| HSV(B) | 288.51º | 0.23% | 0.8% | - |
| XYZ | 44.92 | 39.56 | 61.77 | - |
| YUV | 172.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 203 | 0.04 | 0.23 | 0 | 0.20 | 288.51 | 0.31 | 0.7 |
| Hex | C2 | 9C | CB | 4 | 17 | 0 | 14 | 121 | 1F | 46 |
| Octal | 302 | 234 | 313 | 4 | 27 | 0 | 24 | 441 | 37 | 106 |
| Binary | 11000010 | 10011100 | 11001011 | 100 | 10111 | 0 | 10100 | 100100001 | 11111 | 1000110 |
Color Harmonies of #C29CCB
Complementary color
Monochromatic Colors of #C29CCB
Black with #C29CCB
Text Example
Text Example
White with #C29CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CCB; }
p { color: rgb(194,156,203); }
H1.HeaderClassName
{
color: #C29CCB;
}
.AnyTagClassName
{
color: #C29CCB;
}
</style>
background-color css
<style>
a { background-color: #C29CCB; }
a { background-color: rgb(194,156,203); }
div.DivClassName
{
background-color: #C29CCB;
}
.BgClassName
{
background-color: #C29CCB;
}
</style>
border-color css
<style>
span { border-color: #C29CCB; }
span { border-color: rgb(194,156,203); }
td.TdClassName
{
border-color: #C29CCB;
}
.TagClassName
{
border-color: #C29CCB;
}
</style>