Shades of Lilac #C08CCC
Tints of Lilac #C08CCC
RGB
CMYK
RGB Variations
Color information
#C08CCC (or 0xC08CCC) is known color: Lilac. HEX triplet: C0, 8C and CC. RGB value is (192,140,204). Sum of RGB (Red+Green+Blue) = 192+140+204=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #C08CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CCC is #3F7333. Grayscale: #A2A2A2. Windows color (decimal): -4158260 or 13405376. OLE color: 13405376.
HSL color Cylindrical-coordinate representation of color #C08CCC: hue angle of 288.75º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08CCC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 140 | 204 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.2 |
| HSL | 288.75º | 0.39% | 0.67% | - |
| HSV(B) | 288.75º | 0.31% | 0.8% | - |
| XYZ | 42.02 | 34.32 | 61.54 | - |
| YUV | 162.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 204 | 0.06 | 0.31 | 0 | 0.2 | 288.75 | 0.39 | 0.67 |
| Hex | C0 | 8C | CC | 6 | 1F | 0 | 14 | 121 | 27 | 43 |
| Octal | 300 | 214 | 314 | 6 | 37 | 0 | 24 | 441 | 47 | 103 |
| Binary | 11000000 | 10001100 | 11001100 | 110 | 11111 | 0 | 10100 | 100100001 | 100111 | 1000011 |
Color Harmonies of #C08CCC
Complementary color
Monochromatic Colors of #C08CCC
Black with #C08CCC
Text Example
Text Example
White with #C08CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CCC; }
p { color: rgb(192,140,204); }
H1.HeaderClassName
{
color: #C08CCC;
}
.AnyTagClassName
{
color: #C08CCC;
}
</style>
background-color css
<style>
a { background-color: #C08CCC; }
a { background-color: rgb(192,140,204); }
div.DivClassName
{
background-color: #C08CCC;
}
.BgClassName
{
background-color: #C08CCC;
}
</style>
border-color css
<style>
span { border-color: #C08CCC; }
span { border-color: rgb(192,140,204); }
td.TdClassName
{
border-color: #C08CCC;
}
.TagClassName
{
border-color: #C08CCC;
}
</style>