Shades of Lilac #CF8ECE
Tints of Lilac #CF8ECE
RGB
CMYK
RGB Variations
Color information
#CF8ECE (or 0xCF8ECE) is known color: Lilac. HEX triplet: CF, 8E and CE. RGB value is (207,142,206). Sum of RGB (Red+Green+Blue) = 207+142+206=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ECE is #307131. Grayscale: #A8A8A8. Windows color (decimal): -3174706 or 13536975. OLE color: 13536975.
HSL color Cylindrical-coordinate representation of color #CF8ECE: hue angle of 300.92º 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 #CF8ECE is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 206 | - |
| CMYK | 0 | 0.31 | 0.00 | 0.19 |
| HSL | 300.92º | 0.4% | 0.68% | - |
| HSV(B) | 300.92º | 0.31% | 0.81% | - |
| XYZ | 46.55 | 37.07 | 63.09 | - |
| YUV | 168.73 | 149.03 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 206 | 0 | 0.31 | 0.00 | 0.19 | 300.92 | 0.4 | 0.68 |
| Hex | CF | 8E | CE | 0 | 1F | 0 | 13 | 12D | 28 | 44 |
| Octal | 317 | 216 | 316 | 0 | 37 | 0 | 23 | 455 | 50 | 104 |
| Binary | 11001111 | 10001110 | 11001110 | 0 | 11111 | 0 | 10011 | 100101101 | 101000 | 1000100 |
Color Harmonies of #CF8ECE
Complementary color
Monochromatic Colors of #CF8ECE
Black with #CF8ECE
Text Example
Text Example
White with #CF8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8ECE; }
p { color: rgb(207,142,206); }
H1.HeaderClassName
{
color: #CF8ECE;
}
.AnyTagClassName
{
color: #CF8ECE;
}
</style>
background-color css
<style>
a { background-color: #CF8ECE; }
a { background-color: rgb(207,142,206); }
div.DivClassName
{
background-color: #CF8ECE;
}
.BgClassName
{
background-color: #CF8ECE;
}
</style>
border-color css
<style>
span { border-color: #CF8ECE; }
span { border-color: rgb(207,142,206); }
td.TdClassName
{
border-color: #CF8ECE;
}
.TagClassName
{
border-color: #CF8ECE;
}
</style>