Shades of Lilac #CFA0D0
Tints of Lilac #CFA0D0
RGB
CMYK
RGB Variations
Color information
#CFA0D0 (or 0xCFA0D0) is known color: Lilac. HEX triplet: CF, A0 and D0. RGB value is (207,160,208). Sum of RGB (Red+Green+Blue) = 207+160+208=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFA0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0D0 is #305F2F. Grayscale: #B3B3B3. Windows color (decimal): -3170096 or 13672655. OLE color: 13672655.
HSL color Cylindrical-coordinate representation of color #CFA0D0: hue angle of 298.75º degrees, saturation: 0.34, 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 #CFA0D0 is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 160 | 208 | - |
| CMYK | 0.00 | 0.23 | 0 | 0.18 |
| HSL | 298.75º | 0.34% | 0.72% | - |
| HSV(B) | 298.75º | 0.23% | 0.82% | - |
| XYZ | 49.69 | 42.96 | 65.35 | - |
| YUV | 179.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 208 | 0.00 | 0.23 | 0 | 0.18 | 298.75 | 0.34 | 0.72 |
| Hex | CF | A0 | D0 | 0 | 17 | 0 | 12 | 12B | 22 | 48 |
| Octal | 317 | 240 | 320 | 0 | 27 | 0 | 22 | 453 | 42 | 110 |
| Binary | 11001111 | 10100000 | 11010000 | 0 | 10111 | 0 | 10010 | 100101011 | 100010 | 1001000 |
Color Harmonies of #CFA0D0
Complementary color
Monochromatic Colors of #CFA0D0
Black with #CFA0D0
Text Example
Text Example
White with #CFA0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0D0; }
p { color: rgb(207,160,208); }
H1.HeaderClassName
{
color: #CFA0D0;
}
.AnyTagClassName
{
color: #CFA0D0;
}
</style>
background-color css
<style>
a { background-color: #CFA0D0; }
a { background-color: rgb(207,160,208); }
div.DivClassName
{
background-color: #CFA0D0;
}
.BgClassName
{
background-color: #CFA0D0;
}
</style>
border-color css
<style>
span { border-color: #CFA0D0; }
span { border-color: rgb(207,160,208); }
td.TdClassName
{
border-color: #CFA0D0;
}
.TagClassName
{
border-color: #CFA0D0;
}
</style>