Shades of Lilac #CF8DD1
Tints of Lilac #CF8DD1
RGB
CMYK
RGB Variations
Color information
#CF8DD1 (or 0xCF8DD1) is known color: Lilac. HEX triplet: CF, 8D and D1. RGB value is (207,141,209). Sum of RGB (Red+Green+Blue) = 207+141+209=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF8DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DD1 is #30722E. Grayscale: #A8A8A8. Windows color (decimal): -3174959 or 13733327. OLE color: 13733327.
HSL color Cylindrical-coordinate representation of color #CF8DD1: hue angle of 298.24º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8DD1 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 141 | 209 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.18 |
| HSL | 298.24º | 0.43% | 0.69% | - |
| HSV(B) | 298.24º | 0.33% | 0.82% | - |
| XYZ | 46.77 | 36.92 | 64.98 | - |
| YUV | 168.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 209 | 0.01 | 0.33 | 0 | 0.18 | 298.24 | 0.43 | 0.69 |
| Hex | CF | 8D | D1 | 1 | 21 | 0 | 12 | 12A | 2A | 45 |
| Octal | 317 | 215 | 321 | 1 | 41 | 0 | 22 | 452 | 52 | 105 |
| Binary | 11001111 | 10001101 | 11010001 | 1 | 100001 | 0 | 10010 | 100101010 | 101010 | 1000101 |
Color Harmonies of #CF8DD1
Complementary color
Monochromatic Colors of #CF8DD1
Black with #CF8DD1
Text Example
Text Example
White with #CF8DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8DD1; }
p { color: rgb(207,141,209); }
H1.HeaderClassName
{
color: #CF8DD1;
}
.AnyTagClassName
{
color: #CF8DD1;
}
</style>
background-color css
<style>
a { background-color: #CF8DD1; }
a { background-color: rgb(207,141,209); }
div.DivClassName
{
background-color: #CF8DD1;
}
.BgClassName
{
background-color: #CF8DD1;
}
</style>
border-color css
<style>
span { border-color: #CF8DD1; }
span { border-color: rgb(207,141,209); }
td.TdClassName
{
border-color: #CF8DD1;
}
.TagClassName
{
border-color: #CF8DD1;
}
</style>