Shades of Lilac #C08DC0
Tints of Lilac #C08DC0
RGB
CMYK
RGB Variations
Color information
#C08DC0 (or 0xC08DC0) is known color: Lilac. HEX triplet: C0, 8D and C0. RGB value is (192,141,192). Sum of RGB (Red+Green+Blue) = 192+141+192=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C08DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DC0 is #3F723F. Grayscale: #A1A1A1. Windows color (decimal): -4158016 or 12619200. OLE color: 12619200.
HSL color Cylindrical-coordinate representation of color #C08DC0: hue angle of 300º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08DC0 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 141 | 192 | - |
CMYK | 0 | 0.27 | 0 | 0.25 |
HSL | 300º | 0.29% | 0.65% | - |
HSV(B) | 300º | 0.27% | 0.75% | - |
XYZ | 40.78 | 34.06 | 54.29 | - |
YUV | 162.06 | 144.9 | 149.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 141 | 192 | 0 | 0.27 | 0 | 0.25 | 300 | 0.29 | 0.65 |
Hex | C0 | 8D | C0 | 0 | 1B | 0 | 19 | 12C | 1D | 41 |
Octal | 300 | 215 | 300 | 0 | 33 | 0 | 31 | 454 | 35 | 101 |
Binary | 11000000 | 10001101 | 11000000 | 0 | 11011 | 0 | 11001 | 100101100 | 11101 | 1000001 |
Color Harmonies of #C08DC0
Complementary color
Monochromatic Colors of #C08DC0
Black with #C08DC0
Text Example
Text Example
White with #C08DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DC0; }
p { color: rgb(192,141,192); }
H1.HeaderClassName
{
color: #C08DC0;
}
.AnyTagClassName
{
color: #C08DC0;
}
</style>
background-color css
<style>
a { background-color: #C08DC0; }
a { background-color: rgb(192,141,192); }
div.DivClassName
{
background-color: #C08DC0;
}
.BgClassName
{
background-color: #C08DC0;
}
</style>
border-color css
<style>
span { border-color: #C08DC0; }
span { border-color: rgb(192,141,192); }
td.TdClassName
{
border-color: #C08DC0;
}
.TagClassName
{
border-color: #C08DC0;
}
</style>