Shades of Lilac #CE88CA
Tints of Lilac #CE88CA
RGB
CMYK
RGB Variations
Color information
#CE88CA (or 0xCE88CA) is known color: Lilac. HEX triplet: CE, 88 and CA. RGB value is (206,136,202). Sum of RGB (Red+Green+Blue) = 206+136+202=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CE88CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE88CA is #317735. Grayscale: #A4A4A4. Windows color (decimal): -3241782 or 13273294. OLE color: 13273294.
HSL color Cylindrical-coordinate representation of color #CE88CA: hue angle of 303.43º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE88CA is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 202 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.19 |
| HSL | 303.43º | 0.42% | 0.67% | - |
| HSV(B) | 303.43º | 0.34% | 0.81% | - |
| XYZ | 44.92 | 34.99 | 60.26 | - |
| YUV | 164.45 | 149.19 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 202 | 0 | 0.34 | 0.02 | 0.19 | 303.43 | 0.42 | 0.67 |
| Hex | CE | 88 | CA | 0 | 22 | 2 | 13 | 12F | 2A | 43 |
| Octal | 316 | 210 | 312 | 0 | 42 | 2 | 23 | 457 | 52 | 103 |
| Binary | 11001110 | 10001000 | 11001010 | 0 | 100010 | 10 | 10011 | 100101111 | 101010 | 1000011 |
Color Harmonies of #CE88CA
Complementary color
Monochromatic Colors of #CE88CA
Black with #CE88CA
Text Example
Text Example
White with #CE88CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE88CA; }
p { color: rgb(206,136,202); }
H1.HeaderClassName
{
color: #CE88CA;
}
.AnyTagClassName
{
color: #CE88CA;
}
</style>
background-color css
<style>
a { background-color: #CE88CA; }
a { background-color: rgb(206,136,202); }
div.DivClassName
{
background-color: #CE88CA;
}
.BgClassName
{
background-color: #CE88CA;
}
</style>
border-color css
<style>
span { border-color: #CE88CA; }
span { border-color: rgb(206,136,202); }
td.TdClassName
{
border-color: #CE88CA;
}
.TagClassName
{
border-color: #CE88CA;
}
</style>