Shades of Lilac #D7A0CD
Tints of Lilac #D7A0CD
RGB
CMYK
RGB Variations
Color information
#D7A0CD (or 0xD7A0CD) is known color: Lilac. HEX triplet: D7, A0 and CD. RGB value is (215,160,205). Sum of RGB (Red+Green+Blue) = 215+160+205=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A0CD is #285F32. Grayscale: #B5B5B5. Windows color (decimal): -2645811 or 13476055. OLE color: 13476055.
HSL color Cylindrical-coordinate representation of color #D7A0CD: hue angle of 310.91º 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 #D7A0CD is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 205 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.16 |
| HSL | 310.91º | 0.41% | 0.74% | - |
| HSV(B) | 310.91º | 0.26% | 0.84% | - |
| XYZ | 51.61 | 44 | 63.53 | - |
| YUV | 181.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 205 | 0 | 0.26 | 0.05 | 0.16 | 310.91 | 0.41 | 0.74 |
| Hex | D7 | A0 | CD | 0 | 1A | 5 | 10 | 137 | 29 | 4A |
| Octal | 327 | 240 | 315 | 0 | 32 | 5 | 20 | 467 | 51 | 112 |
| Binary | 11010111 | 10100000 | 11001101 | 0 | 11010 | 101 | 10000 | 100110111 | 101001 | 1001010 |
Color Harmonies of #D7A0CD
Complementary color
Monochromatic Colors of #D7A0CD
Black with #D7A0CD
Text Example
Text Example
White with #D7A0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A0CD; }
p { color: rgb(215,160,205); }
H1.HeaderClassName
{
color: #D7A0CD;
}
.AnyTagClassName
{
color: #D7A0CD;
}
</style>
background-color css
<style>
a { background-color: #D7A0CD; }
a { background-color: rgb(215,160,205); }
div.DivClassName
{
background-color: #D7A0CD;
}
.BgClassName
{
background-color: #D7A0CD;
}
</style>
border-color css
<style>
span { border-color: #D7A0CD; }
span { border-color: rgb(215,160,205); }
td.TdClassName
{
border-color: #D7A0CD;
}
.TagClassName
{
border-color: #D7A0CD;
}
</style>