Shades of Lilac #CF8ECA
Tints of Lilac #CF8ECA
RGB
CMYK
RGB Variations
Color information
#CF8ECA (or 0xCF8ECA) is known color: Lilac. HEX triplet: CF, 8E and CA. RGB value is (207,142,202). Sum of RGB (Red+Green+Blue) = 207+142+202=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ECA is #307135. Grayscale: #A8A8A8. Windows color (decimal): -3174710 or 13274831. OLE color: 13274831.
HSL color Cylindrical-coordinate representation of color #CF8ECA: hue angle of 304.62º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF8ECA is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 202 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.19 |
| HSL | 304.62º | 0.4% | 0.68% | - |
| HSV(B) | 304.62º | 0.31% | 0.81% | - |
| XYZ | 46.07 | 36.88 | 60.57 | - |
| YUV | 168.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 202 | 0 | 0.31 | 0.02 | 0.19 | 304.62 | 0.4 | 0.68 |
| Hex | CF | 8E | CA | 0 | 1F | 2 | 13 | 131 | 28 | 44 |
| Octal | 317 | 216 | 312 | 0 | 37 | 2 | 23 | 461 | 50 | 104 |
| Binary | 11001111 | 10001110 | 11001010 | 0 | 11111 | 10 | 10011 | 100110001 | 101000 | 1000100 |
Color Harmonies of #CF8ECA
Complementary color
Monochromatic Colors of #CF8ECA
Black with #CF8ECA
Text Example
Text Example
White with #CF8ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8ECA; }
p { color: rgb(207,142,202); }
H1.HeaderClassName
{
color: #CF8ECA;
}
.AnyTagClassName
{
color: #CF8ECA;
}
</style>
background-color css
<style>
a { background-color: #CF8ECA; }
a { background-color: rgb(207,142,202); }
div.DivClassName
{
background-color: #CF8ECA;
}
.BgClassName
{
background-color: #CF8ECA;
}
</style>
border-color css
<style>
span { border-color: #CF8ECA; }
span { border-color: rgb(207,142,202); }
td.TdClassName
{
border-color: #CF8ECA;
}
.TagClassName
{
border-color: #CF8ECA;
}
</style>