Shades of Lilac #C88DCC
Tints of Lilac #C88DCC
RGB
CMYK
RGB Variations
Color information
#C88DCC (or 0xC88DCC) is known color: Lilac. HEX triplet: C8, 8D and CC. RGB value is (200,141,204). Sum of RGB (Red+Green+Blue) = 200+141+204=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #C88DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DCC is #377233. Grayscale: #A5A5A5. Windows color (decimal): -3633716 or 13405640. OLE color: 13405640.
HSL color Cylindrical-coordinate representation of color #C88DCC: hue angle of 296.19º 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 #C88DCC is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 141 | 204 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.2 |
| HSL | 296.19º | 0.38% | 0.68% | - |
| HSV(B) | 296.19º | 0.31% | 0.8% | - |
| XYZ | 44.24 | 35.69 | 61.68 | - |
| YUV | 165.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 204 | 0.02 | 0.31 | 0 | 0.2 | 296.19 | 0.38 | 0.68 |
| Hex | C8 | 8D | CC | 2 | 1F | 0 | 14 | 128 | 26 | 44 |
| Octal | 310 | 215 | 314 | 2 | 37 | 0 | 24 | 450 | 46 | 104 |
| Binary | 11001000 | 10001101 | 11001100 | 10 | 11111 | 0 | 10100 | 100101000 | 100110 | 1000100 |
Color Harmonies of #C88DCC
Complementary color
Monochromatic Colors of #C88DCC
Black with #C88DCC
Text Example
Text Example
White with #C88DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DCC; }
p { color: rgb(200,141,204); }
H1.HeaderClassName
{
color: #C88DCC;
}
.AnyTagClassName
{
color: #C88DCC;
}
</style>
background-color css
<style>
a { background-color: #C88DCC; }
a { background-color: rgb(200,141,204); }
div.DivClassName
{
background-color: #C88DCC;
}
.BgClassName
{
background-color: #C88DCC;
}
</style>
border-color css
<style>
span { border-color: #C88DCC; }
span { border-color: rgb(200,141,204); }
td.TdClassName
{
border-color: #C88DCC;
}
.TagClassName
{
border-color: #C88DCC;
}
</style>