Shades of Lilac #C29BC9
Tints of Lilac #C29BC9
RGB
CMYK
RGB Variations
Color information
#C29BC9 (or 0xC29BC9) is known color: Lilac. HEX triplet: C2, 9B and C9. RGB value is (194,155,201). Sum of RGB (Red+Green+Blue) = 194+155+201=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 201 - color contains mainly: blue. Hex color #C29BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BC9 is #3D6436. Grayscale: #ABABAB. Windows color (decimal): -4023351 or 13212610. OLE color: 13212610.
HSL color Cylindrical-coordinate representation of color #C29BC9: hue angle of 290.87º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C29BC9 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 155 | 201 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.21 |
| HSL | 290.87º | 0.3% | 0.7% | - |
| HSV(B) | 290.87º | 0.23% | 0.79% | - |
| XYZ | 44.51 | 39.13 | 60.46 | - |
| YUV | 171.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 201 | 0.03 | 0.23 | 0 | 0.21 | 290.87 | 0.3 | 0.7 |
| Hex | C2 | 9B | C9 | 3 | 17 | 0 | 15 | 123 | 1E | 46 |
| Octal | 302 | 233 | 311 | 3 | 27 | 0 | 25 | 443 | 36 | 106 |
| Binary | 11000010 | 10011011 | 11001001 | 11 | 10111 | 0 | 10101 | 100100011 | 11110 | 1000110 |
Color Harmonies of #C29BC9
Complementary color
Monochromatic Colors of #C29BC9
Black with #C29BC9
Text Example
Text Example
White with #C29BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BC9; }
p { color: rgb(194,155,201); }
H1.HeaderClassName
{
color: #C29BC9;
}
.AnyTagClassName
{
color: #C29BC9;
}
</style>
background-color css
<style>
a { background-color: #C29BC9; }
a { background-color: rgb(194,155,201); }
div.DivClassName
{
background-color: #C29BC9;
}
.BgClassName
{
background-color: #C29BC9;
}
</style>
border-color css
<style>
span { border-color: #C29BC9; }
span { border-color: rgb(194,155,201); }
td.TdClassName
{
border-color: #C29BC9;
}
.TagClassName
{
border-color: #C29BC9;
}
</style>