Shades of Lilac #CF8EC6
Tints of Lilac #CF8EC6
RGB
CMYK
RGB Variations
Color information
#CF8EC6 (or 0xCF8EC6) is known color: Lilac. HEX triplet: CF, 8E and C6. RGB value is (207,142,198). Sum of RGB (Red+Green+Blue) = 207+142+198=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8EC6 is #307139. Grayscale: #A7A7A7. Windows color (decimal): -3174714 or 13012687. OLE color: 13012687.
HSL color Cylindrical-coordinate representation of color #CF8EC6: hue angle of 308.31º 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 #CF8EC6 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 198 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.19 |
| HSL | 308.31º | 0.4% | 0.68% | - |
| HSV(B) | 308.31º | 0.31% | 0.81% | - |
| XYZ | 45.6 | 36.69 | 58.1 | - |
| YUV | 167.82 | 145.03 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 198 | 0 | 0.31 | 0.04 | 0.19 | 308.31 | 0.4 | 0.68 |
| Hex | CF | 8E | C6 | 0 | 1F | 4 | 13 | 134 | 28 | 44 |
| Octal | 317 | 216 | 306 | 0 | 37 | 4 | 23 | 464 | 50 | 104 |
| Binary | 11001111 | 10001110 | 11000110 | 0 | 11111 | 100 | 10011 | 100110100 | 101000 | 1000100 |
Color Harmonies of #CF8EC6
Complementary color
Monochromatic Colors of #CF8EC6
Black with #CF8EC6
Text Example
Text Example
White with #CF8EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8EC6; }
p { color: rgb(207,142,198); }
H1.HeaderClassName
{
color: #CF8EC6;
}
.AnyTagClassName
{
color: #CF8EC6;
}
</style>
background-color css
<style>
a { background-color: #CF8EC6; }
a { background-color: rgb(207,142,198); }
div.DivClassName
{
background-color: #CF8EC6;
}
.BgClassName
{
background-color: #CF8EC6;
}
</style>
border-color css
<style>
span { border-color: #CF8EC6; }
span { border-color: rgb(207,142,198); }
td.TdClassName
{
border-color: #CF8EC6;
}
.TagClassName
{
border-color: #CF8EC6;
}
</style>