Shades of Lilac #C29BC8
Tints of Lilac #C29BC8
RGB
CMYK
RGB Variations
Color information
#C29BC8 (or 0xC29BC8) is known color: Lilac. HEX triplet: C2, 9B and C8. RGB value is (194,155,200). Sum of RGB (Red+Green+Blue) = 194+155+200=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 200 - color contains mainly: blue. Hex color #C29BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BC8 is #3D6437. Grayscale: #ABABAB. Windows color (decimal): -4023352 or 13147074. OLE color: 13147074.
HSL color Cylindrical-coordinate representation of color #C29BC8: hue angle of 292º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C29BC8 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 155 | 200 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.22 |
| HSL | 292º | 0.29% | 0.7% | - |
| HSV(B) | 292º | 0.23% | 0.78% | - |
| XYZ | 44.39 | 39.08 | 59.85 | - |
| YUV | 171.79 | 143.92 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 200 | 0.03 | 0.22 | 0 | 0.22 | 292 | 0.29 | 0.7 |
| Hex | C2 | 9B | C8 | 3 | 16 | 0 | 16 | 124 | 1D | 46 |
| Octal | 302 | 233 | 310 | 3 | 26 | 0 | 26 | 444 | 35 | 106 |
| Binary | 11000010 | 10011011 | 11001000 | 11 | 10110 | 0 | 10110 | 100100100 | 11101 | 1000110 |
Color Harmonies of #C29BC8
Complementary color
Monochromatic Colors of #C29BC8
Black with #C29BC8
Text Example
Text Example
White with #C29BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BC8; }
p { color: rgb(194,155,200); }
H1.HeaderClassName
{
color: #C29BC8;
}
.AnyTagClassName
{
color: #C29BC8;
}
</style>
background-color css
<style>
a { background-color: #C29BC8; }
a { background-color: rgb(194,155,200); }
div.DivClassName
{
background-color: #C29BC8;
}
.BgClassName
{
background-color: #C29BC8;
}
</style>
border-color css
<style>
span { border-color: #C29BC8; }
span { border-color: rgb(194,155,200); }
td.TdClassName
{
border-color: #C29BC8;
}
.TagClassName
{
border-color: #C29BC8;
}
</style>