Shades of Lilac #C29BC0
Tints of Lilac #C29BC0
RGB
CMYK
RGB Variations
Color information
#C29BC0 (or 0xC29BC0) is known color: Lilac. HEX triplet: C2, 9B and C0. RGB value is (194,155,192). Sum of RGB (Red+Green+Blue) = 194+155+192=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C29BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BC0 is #3D643F. Grayscale: #AAAAAA. Windows color (decimal): -4023360 or 12622786. OLE color: 12622786.
HSL color Cylindrical-coordinate representation of color #C29BC0: hue angle of 303.08º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C29BC0 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 192 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.24 |
| HSL | 303.08º | 0.24% | 0.68% | - |
| HSV(B) | 303.08º | 0.2% | 0.76% | - |
| XYZ | 43.48 | 38.72 | 55.05 | - |
| YUV | 170.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 192 | 0 | 0.20 | 0.01 | 0.24 | 303.08 | 0.24 | 0.68 |
| Hex | C2 | 9B | C0 | 0 | 14 | 1 | 18 | 12F | 18 | 44 |
| Octal | 302 | 233 | 300 | 0 | 24 | 1 | 30 | 457 | 30 | 104 |
| Binary | 11000010 | 10011011 | 11000000 | 0 | 10100 | 1 | 11000 | 100101111 | 11000 | 1000100 |
Color Harmonies of #C29BC0
Complementary color
Monochromatic Colors of #C29BC0
Black with #C29BC0
Text Example
Text Example
White with #C29BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BC0; }
p { color: rgb(194,155,192); }
H1.HeaderClassName
{
color: #C29BC0;
}
.AnyTagClassName
{
color: #C29BC0;
}
</style>
background-color css
<style>
a { background-color: #C29BC0; }
a { background-color: rgb(194,155,192); }
div.DivClassName
{
background-color: #C29BC0;
}
.BgClassName
{
background-color: #C29BC0;
}
</style>
border-color css
<style>
span { border-color: #C29BC0; }
span { border-color: rgb(194,155,192); }
td.TdClassName
{
border-color: #C29BC0;
}
.TagClassName
{
border-color: #C29BC0;
}
</style>