Shades of Lilac #C88FCD
Tints of Lilac #C88FCD
RGB
CMYK
RGB Variations
Color information
#C88FCD (or 0xC88FCD) is known color: Lilac. HEX triplet: C8, 8F and CD. RGB value is (200,143,205). Sum of RGB (Red+Green+Blue) = 200+143+205=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #C88FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FCD is #377032. Grayscale: #A6A6A6. Windows color (decimal): -3633203 or 13471688. OLE color: 13471688.
HSL color Cylindrical-coordinate representation of color #C88FCD: hue angle of 295.16º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88FCD is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 143 | 205 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.20 |
| HSL | 295.16º | 0.38% | 0.68% | - |
| HSV(B) | 295.16º | 0.3% | 0.8% | - |
| XYZ | 44.66 | 36.33 | 62.42 | - |
| YUV | 167.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 205 | 0.02 | 0.30 | 0 | 0.20 | 295.16 | 0.38 | 0.68 |
| Hex | C8 | 8F | CD | 2 | 1E | 0 | 14 | 127 | 26 | 44 |
| Octal | 310 | 217 | 315 | 2 | 36 | 0 | 24 | 447 | 46 | 104 |
| Binary | 11001000 | 10001111 | 11001101 | 10 | 11110 | 0 | 10100 | 100100111 | 100110 | 1000100 |
Color Harmonies of #C88FCD
Complementary color
Monochromatic Colors of #C88FCD
Black with #C88FCD
Text Example
Text Example
White with #C88FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FCD; }
p { color: rgb(200,143,205); }
H1.HeaderClassName
{
color: #C88FCD;
}
.AnyTagClassName
{
color: #C88FCD;
}
</style>
background-color css
<style>
a { background-color: #C88FCD; }
a { background-color: rgb(200,143,205); }
div.DivClassName
{
background-color: #C88FCD;
}
.BgClassName
{
background-color: #C88FCD;
}
</style>
border-color css
<style>
span { border-color: #C88FCD; }
span { border-color: rgb(200,143,205); }
td.TdClassName
{
border-color: #C88FCD;
}
.TagClassName
{
border-color: #C88FCD;
}
</style>