Shades of Lilac #D5A1CD
Tints of Lilac #D5A1CD
RGB
CMYK
RGB Variations
Color information
#D5A1CD (or 0xD5A1CD) is known color: Lilac. HEX triplet: D5, A1 and CD. RGB value is (213,161,205). Sum of RGB (Red+Green+Blue) = 213+161+205=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1CD is #2A5E32. Grayscale: #B5B5B5. Windows color (decimal): -2776627 or 13476309. OLE color: 13476309.
HSL color Cylindrical-coordinate representation of color #D5A1CD: hue angle of 309.23º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A1CD is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 205 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.16 |
| HSL | 309.23º | 0.38% | 0.73% | - |
| HSV(B) | 309.23º | 0.24% | 0.84% | - |
| XYZ | 51.2 | 44.04 | 63.56 | - |
| YUV | 181.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 205 | 0 | 0.24 | 0.04 | 0.16 | 309.23 | 0.38 | 0.73 |
| Hex | D5 | A1 | CD | 0 | 18 | 4 | 10 | 135 | 26 | 49 |
| Octal | 325 | 241 | 315 | 0 | 30 | 4 | 20 | 465 | 46 | 111 |
| Binary | 11010101 | 10100001 | 11001101 | 0 | 11000 | 100 | 10000 | 100110101 | 100110 | 1001001 |
Color Harmonies of #D5A1CD
Complementary color
Monochromatic Colors of #D5A1CD
Black with #D5A1CD
Text Example
Text Example
White with #D5A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A1CD; }
p { color: rgb(213,161,205); }
H1.HeaderClassName
{
color: #D5A1CD;
}
.AnyTagClassName
{
color: #D5A1CD;
}
</style>
background-color css
<style>
a { background-color: #D5A1CD; }
a { background-color: rgb(213,161,205); }
div.DivClassName
{
background-color: #D5A1CD;
}
.BgClassName
{
background-color: #D5A1CD;
}
</style>
border-color css
<style>
span { border-color: #D5A1CD; }
span { border-color: rgb(213,161,205); }
td.TdClassName
{
border-color: #D5A1CD;
}
.TagClassName
{
border-color: #D5A1CD;
}
</style>