Shades of Lilac #C88CCC
Tints of Lilac #C88CCC
RGB
CMYK
RGB Variations
Color information
#C88CCC (or 0xC88CCC) is known color: Lilac. HEX triplet: C8, 8C and CC. RGB value is (200,140,204). Sum of RGB (Red+Green+Blue) = 200+140+204=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #C88CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CCC is #377333. Grayscale: #A5A5A5. Windows color (decimal): -3633972 or 13405384. OLE color: 13405384.
HSL color Cylindrical-coordinate representation of color #C88CCC: hue angle of 296.25º 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 #C88CCC is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 140 | 204 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.2 |
| HSL | 296.25º | 0.39% | 0.67% | - |
| HSV(B) | 296.25º | 0.31% | 0.8% | - |
| XYZ | 44.1 | 35.4 | 61.63 | - |
| YUV | 165.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 204 | 0.02 | 0.31 | 0 | 0.2 | 296.25 | 0.39 | 0.67 |
| Hex | C8 | 8C | CC | 2 | 1F | 0 | 14 | 128 | 27 | 43 |
| Octal | 310 | 214 | 314 | 2 | 37 | 0 | 24 | 450 | 47 | 103 |
| Binary | 11001000 | 10001100 | 11001100 | 10 | 11111 | 0 | 10100 | 100101000 | 100111 | 1000011 |
Color Harmonies of #C88CCC
Complementary color
Monochromatic Colors of #C88CCC
Black with #C88CCC
Text Example
Text Example
White with #C88CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88CCC; }
p { color: rgb(200,140,204); }
H1.HeaderClassName
{
color: #C88CCC;
}
.AnyTagClassName
{
color: #C88CCC;
}
</style>
background-color css
<style>
a { background-color: #C88CCC; }
a { background-color: rgb(200,140,204); }
div.DivClassName
{
background-color: #C88CCC;
}
.BgClassName
{
background-color: #C88CCC;
}
</style>
border-color css
<style>
span { border-color: #C88CCC; }
span { border-color: rgb(200,140,204); }
td.TdClassName
{
border-color: #C88CCC;
}
.TagClassName
{
border-color: #C88CCC;
}
</style>