Shades of Lilac #CF8FD1
Tints of Lilac #CF8FD1
RGB
CMYK
RGB Variations
Color information
#CF8FD1 (or 0xCF8FD1) is known color: Lilac. HEX triplet: CF, 8F and D1. RGB value is (207,143,209). Sum of RGB (Red+Green+Blue) = 207+143+209=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF8FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8FD1 is #30702E. Grayscale: #A9A9A9. Windows color (decimal): -3174447 or 13733839. OLE color: 13733839.
HSL color Cylindrical-coordinate representation of color #CF8FD1: hue angle of 298.18º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8FD1 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 143 | 209 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.18 |
| HSL | 298.18º | 0.42% | 0.69% | - |
| HSV(B) | 298.18º | 0.32% | 0.82% | - |
| XYZ | 47.06 | 37.51 | 65.08 | - |
| YUV | 169.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 209 | 0.01 | 0.32 | 0 | 0.18 | 298.18 | 0.42 | 0.69 |
| Hex | CF | 8F | D1 | 1 | 20 | 0 | 12 | 12A | 2A | 45 |
| Octal | 317 | 217 | 321 | 1 | 40 | 0 | 22 | 452 | 52 | 105 |
| Binary | 11001111 | 10001111 | 11010001 | 1 | 100000 | 0 | 10010 | 100101010 | 101010 | 1000101 |
Color Harmonies of #CF8FD1
Complementary color
Monochromatic Colors of #CF8FD1
Black with #CF8FD1
Text Example
Text Example
White with #CF8FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FD1; }
p { color: rgb(207,143,209); }
H1.HeaderClassName
{
color: #CF8FD1;
}
.AnyTagClassName
{
color: #CF8FD1;
}
</style>
background-color css
<style>
a { background-color: #CF8FD1; }
a { background-color: rgb(207,143,209); }
div.DivClassName
{
background-color: #CF8FD1;
}
.BgClassName
{
background-color: #CF8FD1;
}
</style>
border-color css
<style>
span { border-color: #CF8FD1; }
span { border-color: rgb(207,143,209); }
td.TdClassName
{
border-color: #CF8FD1;
}
.TagClassName
{
border-color: #CF8FD1;
}
</style>