Shades of Lilac #CFA0D1
Tints of Lilac #CFA0D1
RGB
CMYK
RGB Variations
Color information
#CFA0D1 (or 0xCFA0D1) is known color: Lilac. HEX triplet: CF, A0 and D1. RGB value is (207,160,209). Sum of RGB (Red+Green+Blue) = 207+160+209=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFA0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0D1 is #305F2E. Grayscale: #B3B3B3. Windows color (decimal): -3170095 or 13738191. OLE color: 13738191.
HSL color Cylindrical-coordinate representation of color #CFA0D1: hue angle of 297.55º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFA0D1 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 160 | 209 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.18 |
| HSL | 297.55º | 0.35% | 0.72% | - |
| HSV(B) | 297.55º | 0.23% | 0.82% | - |
| XYZ | 49.81 | 43.01 | 66 | - |
| YUV | 179.64 | 144.57 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 209 | 0.01 | 0.23 | 0 | 0.18 | 297.55 | 0.35 | 0.72 |
| Hex | CF | A0 | D1 | 1 | 17 | 0 | 12 | 12A | 23 | 48 |
| Octal | 317 | 240 | 321 | 1 | 27 | 0 | 22 | 452 | 43 | 110 |
| Binary | 11001111 | 10100000 | 11010001 | 1 | 10111 | 0 | 10010 | 100101010 | 100011 | 1001000 |
Color Harmonies of #CFA0D1
Complementary color
Monochromatic Colors of #CFA0D1
Black with #CFA0D1
Text Example
Text Example
White with #CFA0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0D1; }
p { color: rgb(207,160,209); }
H1.HeaderClassName
{
color: #CFA0D1;
}
.AnyTagClassName
{
color: #CFA0D1;
}
</style>
background-color css
<style>
a { background-color: #CFA0D1; }
a { background-color: rgb(207,160,209); }
div.DivClassName
{
background-color: #CFA0D1;
}
.BgClassName
{
background-color: #CFA0D1;
}
</style>
border-color css
<style>
span { border-color: #CFA0D1; }
span { border-color: rgb(207,160,209); }
td.TdClassName
{
border-color: #CFA0D1;
}
.TagClassName
{
border-color: #CFA0D1;
}
</style>