Shades of Lilac #CF88CE
Tints of Lilac #CF88CE
RGB
CMYK
RGB Variations
Color information
#CF88CE (or 0xCF88CE) is known color: Lilac. HEX triplet: CF, 88 and CE. RGB value is (207,136,206). Sum of RGB (Red+Green+Blue) = 207+136+206=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88CE is #307731. Grayscale: #A4A4A4. Windows color (decimal): -3176242 or 13535439. OLE color: 13535439.
HSL color Cylindrical-coordinate representation of color #CF88CE: hue angle of 300.85º degrees, saturation: 0.43, 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 #CF88CE is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 206 | - |
| CMYK | 0 | 0.34 | 0.00 | 0.19 |
| HSL | 300.85º | 0.43% | 0.67% | - |
| HSV(B) | 300.85º | 0.34% | 0.81% | - |
| XYZ | 45.68 | 35.33 | 62.8 | - |
| YUV | 165.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 206 | 0 | 0.34 | 0.00 | 0.19 | 300.85 | 0.43 | 0.67 |
| Hex | CF | 88 | CE | 0 | 22 | 0 | 13 | 12D | 2B | 43 |
| Octal | 317 | 210 | 316 | 0 | 42 | 0 | 23 | 455 | 53 | 103 |
| Binary | 11001111 | 10001000 | 11001110 | 0 | 100010 | 0 | 10011 | 100101101 | 101011 | 1000011 |
Color Harmonies of #CF88CE
Complementary color
Monochromatic Colors of #CF88CE
Black with #CF88CE
Text Example
Text Example
White with #CF88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88CE; }
p { color: rgb(207,136,206); }
H1.HeaderClassName
{
color: #CF88CE;
}
.AnyTagClassName
{
color: #CF88CE;
}
</style>
background-color css
<style>
a { background-color: #CF88CE; }
a { background-color: rgb(207,136,206); }
div.DivClassName
{
background-color: #CF88CE;
}
.BgClassName
{
background-color: #CF88CE;
}
</style>
border-color css
<style>
span { border-color: #CF88CE; }
span { border-color: rgb(207,136,206); }
td.TdClassName
{
border-color: #CF88CE;
}
.TagClassName
{
border-color: #CF88CE;
}
</style>