Shades of Lilac #C08CBD
Tints of Lilac #C08CBD
RGB
CMYK
RGB Variations
Color information
#C08CBD (or 0xC08CBD) is known color: Lilac. HEX triplet: C0, 8C and BD. RGB value is (192,140,189). Sum of RGB (Red+Green+Blue) = 192+140+189=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CBD is #3F7342. Grayscale: #A0A0A0. Windows color (decimal): -4158275 or 12422336. OLE color: 12422336.
HSL color Cylindrical-coordinate representation of color #C08CBD: hue angle of 303.46º 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 #C08CBD is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 189 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.25 |
| HSL | 303.46º | 0.29% | 0.65% | - |
| HSV(B) | 303.46º | 0.27% | 0.75% | - |
| XYZ | 40.3 | 33.64 | 52.51 | - |
| YUV | 161.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 189 | 0 | 0.27 | 0.02 | 0.25 | 303.46 | 0.29 | 0.65 |
| Hex | C0 | 8C | BD | 0 | 1B | 2 | 19 | 12F | 1D | 41 |
| Octal | 300 | 214 | 275 | 0 | 33 | 2 | 31 | 457 | 35 | 101 |
| Binary | 11000000 | 10001100 | 10111101 | 0 | 11011 | 10 | 11001 | 100101111 | 11101 | 1000001 |
Color Harmonies of #C08CBD
Complementary color
Monochromatic Colors of #C08CBD
Black with #C08CBD
Text Example
Text Example
White with #C08CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CBD; }
p { color: rgb(192,140,189); }
H1.HeaderClassName
{
color: #C08CBD;
}
.AnyTagClassName
{
color: #C08CBD;
}
</style>
background-color css
<style>
a { background-color: #C08CBD; }
a { background-color: rgb(192,140,189); }
div.DivClassName
{
background-color: #C08CBD;
}
.BgClassName
{
background-color: #C08CBD;
}
</style>
border-color css
<style>
span { border-color: #C08CBD; }
span { border-color: rgb(192,140,189); }
td.TdClassName
{
border-color: #C08CBD;
}
.TagClassName
{
border-color: #C08CBD;
}
</style>