Shades of Lilac #C29DC0
Tints of Lilac #C29DC0
RGB
CMYK
RGB Variations
Color information
#C29DC0 (or 0xC29DC0) is known color: Lilac. HEX triplet: C2, 9D and C0. RGB value is (194,157,192). Sum of RGB (Red+Green+Blue) = 194+157+192=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DC0 is #3D623F. Grayscale: #ABABAB. Windows color (decimal): -4022848 or 12623298. OLE color: 12623298.
HSL color Cylindrical-coordinate representation of color #C29DC0: hue angle of 303.24º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C29DC0 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 192 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.24 |
| HSL | 303.24º | 0.23% | 0.69% | - |
| HSV(B) | 303.24º | 0.19% | 0.76% | - |
| XYZ | 43.82 | 39.39 | 55.16 | - |
| YUV | 172.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 192 | 0 | 0.19 | 0.01 | 0.24 | 303.24 | 0.23 | 0.69 |
| Hex | C2 | 9D | C0 | 0 | 13 | 1 | 18 | 12F | 17 | 45 |
| Octal | 302 | 235 | 300 | 0 | 23 | 1 | 30 | 457 | 27 | 105 |
| Binary | 11000010 | 10011101 | 11000000 | 0 | 10011 | 1 | 11000 | 100101111 | 10111 | 1000101 |
Color Harmonies of #C29DC0
Complementary color
Monochromatic Colors of #C29DC0
Black with #C29DC0
Text Example
Text Example
White with #C29DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DC0; }
p { color: rgb(194,157,192); }
H1.HeaderClassName
{
color: #C29DC0;
}
.AnyTagClassName
{
color: #C29DC0;
}
</style>
background-color css
<style>
a { background-color: #C29DC0; }
a { background-color: rgb(194,157,192); }
div.DivClassName
{
background-color: #C29DC0;
}
.BgClassName
{
background-color: #C29DC0;
}
</style>
border-color css
<style>
span { border-color: #C29DC0; }
span { border-color: rgb(194,157,192); }
td.TdClassName
{
border-color: #C29DC0;
}
.TagClassName
{
border-color: #C29DC0;
}
</style>