Shades of Lilac #D7A0CC
Tints of Lilac #D7A0CC
RGB
CMYK
RGB Variations
Color information
#D7A0CC (or 0xD7A0CC) is known color: Lilac. HEX triplet: D7, A0 and CC. RGB value is (215,160,204). Sum of RGB (Red+Green+Blue) = 215+160+204=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A0CC is #285F33. Grayscale: #B5B5B5. Windows color (decimal): -2645812 or 13410519. OLE color: 13410519.
HSL color Cylindrical-coordinate representation of color #D7A0CC: hue angle of 312º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7A0CC is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 204 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.16 |
| HSL | 312º | 0.41% | 0.74% | - |
| HSV(B) | 312º | 0.26% | 0.84% | - |
| XYZ | 51.49 | 43.95 | 62.9 | - |
| YUV | 181.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 204 | 0 | 0.26 | 0.05 | 0.16 | 312 | 0.41 | 0.74 |
| Hex | D7 | A0 | CC | 0 | 1A | 5 | 10 | 138 | 29 | 4A |
| Octal | 327 | 240 | 314 | 0 | 32 | 5 | 20 | 470 | 51 | 112 |
| Binary | 11010111 | 10100000 | 11001100 | 0 | 11010 | 101 | 10000 | 100111000 | 101001 | 1001010 |
Color Harmonies of #D7A0CC
Complementary color
Monochromatic Colors of #D7A0CC
Black with #D7A0CC
Text Example
Text Example
White with #D7A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A0CC; }
p { color: rgb(215,160,204); }
H1.HeaderClassName
{
color: #D7A0CC;
}
.AnyTagClassName
{
color: #D7A0CC;
}
</style>
background-color css
<style>
a { background-color: #D7A0CC; }
a { background-color: rgb(215,160,204); }
div.DivClassName
{
background-color: #D7A0CC;
}
.BgClassName
{
background-color: #D7A0CC;
}
</style>
border-color css
<style>
span { border-color: #D7A0CC; }
span { border-color: rgb(215,160,204); }
td.TdClassName
{
border-color: #D7A0CC;
}
.TagClassName
{
border-color: #D7A0CC;
}
</style>