Shades of Lilac #D5A1CA
Tints of Lilac #D5A1CA
RGB
CMYK
RGB Variations
Color information
#D5A1CA (or 0xD5A1CA) is known color: Lilac. HEX triplet: D5, A1 and CA. RGB value is (213,161,202). Sum of RGB (Red+Green+Blue) = 213+161+202=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1CA is #2A5E35. Grayscale: #B5B5B5. Windows color (decimal): -2776630 or 13279701. OLE color: 13279701.
HSL color Cylindrical-coordinate representation of color #D5A1CA: hue angle of 312.69º 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 #D5A1CA is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 202 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.16 |
| HSL | 312.69º | 0.38% | 0.73% | - |
| HSV(B) | 312.69º | 0.24% | 0.84% | - |
| XYZ | 50.85 | 43.9 | 61.67 | - |
| YUV | 181.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 202 | 0 | 0.24 | 0.05 | 0.16 | 312.69 | 0.38 | 0.73 |
| Hex | D5 | A1 | CA | 0 | 18 | 5 | 10 | 139 | 26 | 49 |
| Octal | 325 | 241 | 312 | 0 | 30 | 5 | 20 | 471 | 46 | 111 |
| Binary | 11010101 | 10100001 | 11001010 | 0 | 11000 | 101 | 10000 | 100111001 | 100110 | 1001001 |
Color Harmonies of #D5A1CA
Complementary color
Monochromatic Colors of #D5A1CA
Black with #D5A1CA
Text Example
Text Example
White with #D5A1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A1CA; }
p { color: rgb(213,161,202); }
H1.HeaderClassName
{
color: #D5A1CA;
}
.AnyTagClassName
{
color: #D5A1CA;
}
</style>
background-color css
<style>
a { background-color: #D5A1CA; }
a { background-color: rgb(213,161,202); }
div.DivClassName
{
background-color: #D5A1CA;
}
.BgClassName
{
background-color: #D5A1CA;
}
</style>
border-color css
<style>
span { border-color: #D5A1CA; }
span { border-color: rgb(213,161,202); }
td.TdClassName
{
border-color: #D5A1CA;
}
.TagClassName
{
border-color: #D5A1CA;
}
</style>