Shades of Lilac #C08CC0
Tints of Lilac #C08CC0
RGB
CMYK
RGB Variations
Color information
#C08CC0 (or 0xC08CC0) is known color: Lilac. HEX triplet: C0, 8C and C0. RGB value is (192,140,192). Sum of RGB (Red+Green+Blue) = 192+140+192=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C08CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CC0 is #3F733F. Grayscale: #A1A1A1. Windows color (decimal): -4158272 or 12618944. OLE color: 12618944.
HSL color Cylindrical-coordinate representation of color #C08CC0: 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 #C08CC0 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 192 | - |
| CMYK | 0 | 0.27 | 0 | 0.25 |
| HSL | 300º | 0.29% | 0.65% | - |
| HSV(B) | 300º | 0.27% | 0.75% | - |
| XYZ | 40.63 | 33.77 | 54.25 | - |
| YUV | 161.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 192 | 0 | 0.27 | 0 | 0.25 | 300 | 0.29 | 0.65 |
| Hex | C0 | 8C | C0 | 0 | 1B | 0 | 19 | 12C | 1D | 41 |
| Octal | 300 | 214 | 300 | 0 | 33 | 0 | 31 | 454 | 35 | 101 |
| Binary | 11000000 | 10001100 | 11000000 | 0 | 11011 | 0 | 11001 | 100101100 | 11101 | 1000001 |
Color Harmonies of #C08CC0
Complementary color
Monochromatic Colors of #C08CC0
Black with #C08CC0
Text Example
Text Example
White with #C08CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CC0; }
p { color: rgb(192,140,192); }
H1.HeaderClassName
{
color: #C08CC0;
}
.AnyTagClassName
{
color: #C08CC0;
}
</style>
background-color css
<style>
a { background-color: #C08CC0; }
a { background-color: rgb(192,140,192); }
div.DivClassName
{
background-color: #C08CC0;
}
.BgClassName
{
background-color: #C08CC0;
}
</style>
border-color css
<style>
span { border-color: #C08CC0; }
span { border-color: rgb(192,140,192); }
td.TdClassName
{
border-color: #C08CC0;
}
.TagClassName
{
border-color: #C08CC0;
}
</style>