Shades of Lilac #C39DC0
Tints of Lilac #C39DC0
RGB
CMYK
RGB Variations
Color information
#C39DC0 (or 0xC39DC0) is known color: Lilac. HEX triplet: C3, 9D and C0. RGB value is (195,157,192). Sum of RGB (Red+Green+Blue) = 195+157+192=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 195 - color contains mainly: red. Hex color #C39DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39DC0 is #3C623F. Grayscale: #ACACAC. Windows color (decimal): -3957312 or 12623299. OLE color: 12623299.
HSL color Cylindrical-coordinate representation of color #C39DC0: hue angle of 304.74º degrees, saturation: 0.24, 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 #C39DC0 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 192 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.24 |
| HSL | 304.74º | 0.24% | 0.69% | - |
| HSV(B) | 304.74º | 0.19% | 0.76% | - |
| XYZ | 44.08 | 39.52 | 55.17 | - |
| YUV | 172.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 192 | 0 | 0.19 | 0.02 | 0.24 | 304.74 | 0.24 | 0.69 |
| Hex | C3 | 9D | C0 | 0 | 13 | 2 | 18 | 131 | 18 | 45 |
| Octal | 303 | 235 | 300 | 0 | 23 | 2 | 30 | 461 | 30 | 105 |
| Binary | 11000011 | 10011101 | 11000000 | 0 | 10011 | 10 | 11000 | 100110001 | 11000 | 1000101 |
Color Harmonies of #C39DC0
Complementary color
Monochromatic Colors of #C39DC0
Black with #C39DC0
Text Example
Text Example
White with #C39DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39DC0; }
p { color: rgb(195,157,192); }
H1.HeaderClassName
{
color: #C39DC0;
}
.AnyTagClassName
{
color: #C39DC0;
}
</style>
background-color css
<style>
a { background-color: #C39DC0; }
a { background-color: rgb(195,157,192); }
div.DivClassName
{
background-color: #C39DC0;
}
.BgClassName
{
background-color: #C39DC0;
}
</style>
border-color css
<style>
span { border-color: #C39DC0; }
span { border-color: rgb(195,157,192); }
td.TdClassName
{
border-color: #C39DC0;
}
.TagClassName
{
border-color: #C39DC0;
}
</style>