Shades of Lilac #C88CCD
Tints of Lilac #C88CCD
RGB
CMYK
RGB Variations
Color information
#C88CCD (or 0xC88CCD) is known color: Lilac. HEX triplet: C8, 8C and CD. RGB value is (200,140,205). Sum of RGB (Red+Green+Blue) = 200+140+205=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #C88CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CCD is #377332. Grayscale: #A5A5A5. Windows color (decimal): -3633971 or 13470920. OLE color: 13470920.
HSL color Cylindrical-coordinate representation of color #C88CCD: hue angle of 295.38º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C88CCD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 140 | 205 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.20 |
| HSL | 295.38º | 0.39% | 0.68% | - |
| HSV(B) | 295.38º | 0.32% | 0.8% | - |
| XYZ | 44.22 | 35.44 | 62.27 | - |
| YUV | 165.35 | 150.38 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 205 | 0.02 | 0.32 | 0 | 0.20 | 295.38 | 0.39 | 0.68 |
| Hex | C8 | 8C | CD | 2 | 20 | 0 | 14 | 127 | 27 | 44 |
| Octal | 310 | 214 | 315 | 2 | 40 | 0 | 24 | 447 | 47 | 104 |
| Binary | 11001000 | 10001100 | 11001101 | 10 | 100000 | 0 | 10100 | 100100111 | 100111 | 1000100 |
Color Harmonies of #C88CCD
Complementary color
Monochromatic Colors of #C88CCD
Black with #C88CCD
Text Example
Text Example
White with #C88CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88CCD; }
p { color: rgb(200,140,205); }
H1.HeaderClassName
{
color: #C88CCD;
}
.AnyTagClassName
{
color: #C88CCD;
}
</style>
background-color css
<style>
a { background-color: #C88CCD; }
a { background-color: rgb(200,140,205); }
div.DivClassName
{
background-color: #C88CCD;
}
.BgClassName
{
background-color: #C88CCD;
}
</style>
border-color css
<style>
span { border-color: #C88CCD; }
span { border-color: rgb(200,140,205); }
td.TdClassName
{
border-color: #C88CCD;
}
.TagClassName
{
border-color: #C88CCD;
}
</style>