Shades of Lilac #C29DC1
Tints of Lilac #C29DC1
RGB
CMYK
RGB Variations
Color information
#C29DC1 (or 0xC29DC1) is known color: Lilac. HEX triplet: C2, 9D and C1. RGB value is (194,157,193). Sum of RGB (Red+Green+Blue) = 194+157+193=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DC1 is #3D623E. Grayscale: #ACACAC. Windows color (decimal): -4022847 or 12688834. OLE color: 12688834.
HSL color Cylindrical-coordinate representation of color #C29DC1: hue angle of 301.62º 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 #C29DC1 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 193 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.24 |
| HSL | 301.62º | 0.23% | 0.69% | - |
| HSV(B) | 301.62º | 0.19% | 0.76% | - |
| XYZ | 43.93 | 39.43 | 55.75 | - |
| YUV | 172.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 193 | 0 | 0.19 | 0.01 | 0.24 | 301.62 | 0.23 | 0.69 |
| Hex | C2 | 9D | C1 | 0 | 13 | 1 | 18 | 12E | 17 | 45 |
| Octal | 302 | 235 | 301 | 0 | 23 | 1 | 30 | 456 | 27 | 105 |
| Binary | 11000010 | 10011101 | 11000001 | 0 | 10011 | 1 | 11000 | 100101110 | 10111 | 1000101 |
Color Harmonies of #C29DC1
Complementary color
Monochromatic Colors of #C29DC1
Black with #C29DC1
Text Example
Text Example
White with #C29DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DC1; }
p { color: rgb(194,157,193); }
H1.HeaderClassName
{
color: #C29DC1;
}
.AnyTagClassName
{
color: #C29DC1;
}
</style>
background-color css
<style>
a { background-color: #C29DC1; }
a { background-color: rgb(194,157,193); }
div.DivClassName
{
background-color: #C29DC1;
}
.BgClassName
{
background-color: #C29DC1;
}
</style>
border-color css
<style>
span { border-color: #C29DC1; }
span { border-color: rgb(194,157,193); }
td.TdClassName
{
border-color: #C29DC1;
}
.TagClassName
{
border-color: #C29DC1;
}
</style>