Shades of Lilac #C08DCC
Tints of Lilac #C08DCC
RGB
CMYK
RGB Variations
Color information
#C08DCC (or 0xC08DCC) is known color: Lilac. HEX triplet: C0, 8D and CC. RGB value is (192,141,204). Sum of RGB (Red+Green+Blue) = 192+141+204=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #C08DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DCC is #3F7233. Grayscale: #A3A3A3. Windows color (decimal): -4158004 or 13405632. OLE color: 13405632.
HSL color Cylindrical-coordinate representation of color #C08DCC: hue angle of 288.57º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08DCC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 141 | 204 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.2 |
| HSL | 288.57º | 0.38% | 0.68% | - |
| HSV(B) | 288.57º | 0.31% | 0.8% | - |
| XYZ | 42.16 | 34.62 | 61.59 | - |
| YUV | 163.43 | 150.9 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 204 | 0.06 | 0.31 | 0 | 0.2 | 288.57 | 0.38 | 0.68 |
| Hex | C0 | 8D | CC | 6 | 1F | 0 | 14 | 121 | 26 | 44 |
| Octal | 300 | 215 | 314 | 6 | 37 | 0 | 24 | 441 | 46 | 104 |
| Binary | 11000000 | 10001101 | 11001100 | 110 | 11111 | 0 | 10100 | 100100001 | 100110 | 1000100 |
Color Harmonies of #C08DCC
Complementary color
Monochromatic Colors of #C08DCC
Black with #C08DCC
Text Example
Text Example
White with #C08DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DCC; }
p { color: rgb(192,141,204); }
H1.HeaderClassName
{
color: #C08DCC;
}
.AnyTagClassName
{
color: #C08DCC;
}
</style>
background-color css
<style>
a { background-color: #C08DCC; }
a { background-color: rgb(192,141,204); }
div.DivClassName
{
background-color: #C08DCC;
}
.BgClassName
{
background-color: #C08DCC;
}
</style>
border-color css
<style>
span { border-color: #C08DCC; }
span { border-color: rgb(192,141,204); }
td.TdClassName
{
border-color: #C08DCC;
}
.TagClassName
{
border-color: #C08DCC;
}
</style>