Shades of Lilac #CF8ED3
Tints of Lilac #CF8ED3
RGB
CMYK
RGB Variations
Color information
#CF8ED3 (or 0xCF8ED3) is known color: Lilac. HEX triplet: CF, 8E and D3. RGB value is (207,142,211). Sum of RGB (Red+Green+Blue) = 207+142+211=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF8ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ED3 is #30712C. Grayscale: #A9A9A9. Windows color (decimal): -3174701 or 13864655. OLE color: 13864655.
HSL color Cylindrical-coordinate representation of color #CF8ED3: hue angle of 296.52º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8ED3 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 142 | 211 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.17 |
| HSL | 296.52º | 0.44% | 0.69% | - |
| HSV(B) | 296.52º | 0.33% | 0.83% | - |
| XYZ | 47.16 | 37.31 | 66.34 | - |
| YUV | 169.3 | 151.53 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 211 | 0.02 | 0.33 | 0 | 0.17 | 296.52 | 0.44 | 0.69 |
| Hex | CF | 8E | D3 | 2 | 21 | 0 | 11 | 129 | 2C | 45 |
| Octal | 317 | 216 | 323 | 2 | 41 | 0 | 21 | 451 | 54 | 105 |
| Binary | 11001111 | 10001110 | 11010011 | 10 | 100001 | 0 | 10001 | 100101001 | 101100 | 1000101 |
Color Harmonies of #CF8ED3
Complementary color
Monochromatic Colors of #CF8ED3
Black with #CF8ED3
Text Example
Text Example
White with #CF8ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8ED3; }
p { color: rgb(207,142,211); }
H1.HeaderClassName
{
color: #CF8ED3;
}
.AnyTagClassName
{
color: #CF8ED3;
}
</style>
background-color css
<style>
a { background-color: #CF8ED3; }
a { background-color: rgb(207,142,211); }
div.DivClassName
{
background-color: #CF8ED3;
}
.BgClassName
{
background-color: #CF8ED3;
}
</style>
border-color css
<style>
span { border-color: #CF8ED3; }
span { border-color: rgb(207,142,211); }
td.TdClassName
{
border-color: #CF8ED3;
}
.TagClassName
{
border-color: #CF8ED3;
}
</style>