Shades of Lilac #CF88CA
Tints of Lilac #CF88CA
RGB
CMYK
RGB Variations
Color information
#CF88CA (or 0xCF88CA) is known color: Lilac. HEX triplet: CF, 88 and CA. RGB value is (207,136,202). Sum of RGB (Red+Green+Blue) = 207+136+202=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88CA is #307735. Grayscale: #A4A4A4. Windows color (decimal): -3176246 or 13273295. OLE color: 13273295.
HSL color Cylindrical-coordinate representation of color #CF88CA: hue angle of 304.23º 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 #CF88CA is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 202 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.19 |
| HSL | 304.23º | 0.43% | 0.67% | - |
| HSV(B) | 304.23º | 0.34% | 0.81% | - |
| XYZ | 45.2 | 35.14 | 60.28 | - |
| YUV | 164.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 202 | 0 | 0.34 | 0.02 | 0.19 | 304.23 | 0.43 | 0.67 |
| Hex | CF | 88 | CA | 0 | 22 | 2 | 13 | 130 | 2B | 43 |
| Octal | 317 | 210 | 312 | 0 | 42 | 2 | 23 | 460 | 53 | 103 |
| Binary | 11001111 | 10001000 | 11001010 | 0 | 100010 | 10 | 10011 | 100110000 | 101011 | 1000011 |
Color Harmonies of #CF88CA
Complementary color
Monochromatic Colors of #CF88CA
Black with #CF88CA
Text Example
Text Example
White with #CF88CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88CA; }
p { color: rgb(207,136,202); }
H1.HeaderClassName
{
color: #CF88CA;
}
.AnyTagClassName
{
color: #CF88CA;
}
</style>
background-color css
<style>
a { background-color: #CF88CA; }
a { background-color: rgb(207,136,202); }
div.DivClassName
{
background-color: #CF88CA;
}
.BgClassName
{
background-color: #CF88CA;
}
</style>
border-color css
<style>
span { border-color: #CF88CA; }
span { border-color: rgb(207,136,202); }
td.TdClassName
{
border-color: #CF88CA;
}
.TagClassName
{
border-color: #CF88CA;
}
</style>