Shades of Lilac #CF8ECC
Tints of Lilac #CF8ECC
RGB
CMYK
RGB Variations
Color information
#CF8ECC (or 0xCF8ECC) is known color: Lilac. HEX triplet: CF, 8E and CC. RGB value is (207,142,204). Sum of RGB (Red+Green+Blue) = 207+142+204=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ECC is #307133. Grayscale: #A8A8A8. Windows color (decimal): -3174708 or 13405903. OLE color: 13405903.
HSL color Cylindrical-coordinate representation of color #CF8ECC: hue angle of 302.77º 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 #CF8ECC is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 204 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.19 |
| HSL | 302.77º | 0.4% | 0.68% | - |
| HSV(B) | 302.77º | 0.31% | 0.81% | - |
| XYZ | 46.3 | 36.97 | 61.82 | - |
| YUV | 168.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 204 | 0 | 0.31 | 0.01 | 0.19 | 302.77 | 0.4 | 0.68 |
| Hex | CF | 8E | CC | 0 | 1F | 1 | 13 | 12F | 28 | 44 |
| Octal | 317 | 216 | 314 | 0 | 37 | 1 | 23 | 457 | 50 | 104 |
| Binary | 11001111 | 10001110 | 11001100 | 0 | 11111 | 1 | 10011 | 100101111 | 101000 | 1000100 |
Color Harmonies of #CF8ECC
Complementary color
Monochromatic Colors of #CF8ECC
Black with #CF8ECC
Text Example
Text Example
White with #CF8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8ECC; }
p { color: rgb(207,142,204); }
H1.HeaderClassName
{
color: #CF8ECC;
}
.AnyTagClassName
{
color: #CF8ECC;
}
</style>
background-color css
<style>
a { background-color: #CF8ECC; }
a { background-color: rgb(207,142,204); }
div.DivClassName
{
background-color: #CF8ECC;
}
.BgClassName
{
background-color: #CF8ECC;
}
</style>
border-color css
<style>
span { border-color: #CF8ECC; }
span { border-color: rgb(207,142,204); }
td.TdClassName
{
border-color: #CF8ECC;
}
.TagClassName
{
border-color: #CF8ECC;
}
</style>