Shades of Lilac #D5A5CD
Tints of Lilac #D5A5CD
RGB
CMYK
RGB Variations
Color information
#D5A5CD (or 0xD5A5CD) is known color: Lilac. HEX triplet: D5, A5 and CD. RGB value is (213,165,205). Sum of RGB (Red+Green+Blue) = 213+165+205=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 165 (64.84% from 255 or 28.30% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A5CD is #2A5A32. Grayscale: #B7B7B7. Windows color (decimal): -2775603 or 13477333. OLE color: 13477333.
HSL color Cylindrical-coordinate representation of color #D5A5CD: hue angle of 310º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A5CD is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 205 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.16 |
| HSL | 310º | 0.36% | 0.74% | - |
| HSV(B) | 310º | 0.23% | 0.84% | - |
| XYZ | 51.92 | 45.46 | 63.8 | - |
| YUV | 183.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 205 | 0 | 0.23 | 0.04 | 0.16 | 310 | 0.36 | 0.74 |
| Hex | D5 | A5 | CD | 0 | 17 | 4 | 10 | 136 | 24 | 4A |
| Octal | 325 | 245 | 315 | 0 | 27 | 4 | 20 | 466 | 44 | 112 |
| Binary | 11010101 | 10100101 | 11001101 | 0 | 10111 | 100 | 10000 | 100110110 | 100100 | 1001010 |
Color Harmonies of #D5A5CD
Complementary color
Monochromatic Colors of #D5A5CD
Black with #D5A5CD
Text Example
Text Example
White with #D5A5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A5CD; }
p { color: rgb(213,165,205); }
H1.HeaderClassName
{
color: #D5A5CD;
}
.AnyTagClassName
{
color: #D5A5CD;
}
</style>
background-color css
<style>
a { background-color: #D5A5CD; }
a { background-color: rgb(213,165,205); }
div.DivClassName
{
background-color: #D5A5CD;
}
.BgClassName
{
background-color: #D5A5CD;
}
</style>
border-color css
<style>
span { border-color: #D5A5CD; }
span { border-color: rgb(213,165,205); }
td.TdClassName
{
border-color: #D5A5CD;
}
.TagClassName
{
border-color: #D5A5CD;
}
</style>