Shades of Lilac #C88CCE
Tints of Lilac #C88CCE
RGB
CMYK
RGB Variations
Color information
#C88CCE (or 0xC88CCE) is known color: Lilac. HEX triplet: C8, 8C and CE. RGB value is (200,140,206). Sum of RGB (Red+Green+Blue) = 200+140+206=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #C88CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CCE is #377331. Grayscale: #A5A5A5. Windows color (decimal): -3633970 or 13536456. OLE color: 13536456.
HSL color Cylindrical-coordinate representation of color #C88CCE: hue angle of 294.55º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C88CCE is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 140 | 206 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.19 |
| HSL | 294.55º | 0.4% | 0.68% | - |
| HSV(B) | 294.55º | 0.32% | 0.81% | - |
| XYZ | 44.34 | 35.49 | 62.91 | - |
| YUV | 165.46 | 150.88 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 206 | 0.03 | 0.32 | 0 | 0.19 | 294.55 | 0.4 | 0.68 |
| Hex | C8 | 8C | CE | 3 | 20 | 0 | 13 | 127 | 28 | 44 |
| Octal | 310 | 214 | 316 | 3 | 40 | 0 | 23 | 447 | 50 | 104 |
| Binary | 11001000 | 10001100 | 11001110 | 11 | 100000 | 0 | 10011 | 100100111 | 101000 | 1000100 |
Color Harmonies of #C88CCE
Complementary color
Monochromatic Colors of #C88CCE
Black with #C88CCE
Text Example
Text Example
White with #C88CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88CCE; }
p { color: rgb(200,140,206); }
H1.HeaderClassName
{
color: #C88CCE;
}
.AnyTagClassName
{
color: #C88CCE;
}
</style>
background-color css
<style>
a { background-color: #C88CCE; }
a { background-color: rgb(200,140,206); }
div.DivClassName
{
background-color: #C88CCE;
}
.BgClassName
{
background-color: #C88CCE;
}
</style>
border-color css
<style>
span { border-color: #C88CCE; }
span { border-color: rgb(200,140,206); }
td.TdClassName
{
border-color: #C88CCE;
}
.TagClassName
{
border-color: #C88CCE;
}
</style>