Shades of Lilac #D5A0CC
Tints of Lilac #D5A0CC
RGB
CMYK
RGB Variations
Color information
#D5A0CC (or 0xD5A0CC) is known color: Lilac. HEX triplet: D5, A0 and CC. RGB value is (213,160,204). Sum of RGB (Red+Green+Blue) = 213+160+204=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A0CC is #2A5F33. Grayscale: #B4B4B4. Windows color (decimal): -2776884 or 13410517. OLE color: 13410517.
HSL color Cylindrical-coordinate representation of color #D5A0CC: hue angle of 310.19º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5A0CC is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 204 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.16 |
| HSL | 310.19º | 0.39% | 0.73% | - |
| HSV(B) | 310.19º | 0.25% | 0.84% | - |
| XYZ | 50.91 | 43.65 | 62.87 | - |
| YUV | 180.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 204 | 0 | 0.25 | 0.04 | 0.16 | 310.19 | 0.39 | 0.73 |
| Hex | D5 | A0 | CC | 0 | 19 | 4 | 10 | 136 | 27 | 49 |
| Octal | 325 | 240 | 314 | 0 | 31 | 4 | 20 | 466 | 47 | 111 |
| Binary | 11010101 | 10100000 | 11001100 | 0 | 11001 | 100 | 10000 | 100110110 | 100111 | 1001001 |
Color Harmonies of #D5A0CC
Complementary color
Monochromatic Colors of #D5A0CC
Black with #D5A0CC
Text Example
Text Example
White with #D5A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A0CC; }
p { color: rgb(213,160,204); }
H1.HeaderClassName
{
color: #D5A0CC;
}
.AnyTagClassName
{
color: #D5A0CC;
}
</style>
background-color css
<style>
a { background-color: #D5A0CC; }
a { background-color: rgb(213,160,204); }
div.DivClassName
{
background-color: #D5A0CC;
}
.BgClassName
{
background-color: #D5A0CC;
}
</style>
border-color css
<style>
span { border-color: #D5A0CC; }
span { border-color: rgb(213,160,204); }
td.TdClassName
{
border-color: #D5A0CC;
}
.TagClassName
{
border-color: #D5A0CC;
}
</style>