Shades of Lilac #D5A3CA
Tints of Lilac #D5A3CA
RGB
CMYK
RGB Variations
Color information
#D5A3CA (or 0xD5A3CA) is known color: Lilac. HEX triplet: D5, A3 and CA. RGB value is (213,163,202). Sum of RGB (Red+Green+Blue) = 213+163+202=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 163 (64.06% from 255 or 28.20% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A3CA is #2A5C35. Grayscale: #B6B6B6. Windows color (decimal): -2776118 or 13280213. OLE color: 13280213.
HSL color Cylindrical-coordinate representation of color #D5A3CA: hue angle of 313.2º degrees, saturation: 0.37, 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 #D5A3CA is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 202 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.16 |
| HSL | 313.2º | 0.37% | 0.74% | - |
| HSV(B) | 313.2º | 0.23% | 0.84% | - |
| XYZ | 51.2 | 44.6 | 61.79 | - |
| YUV | 182.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 202 | 0 | 0.23 | 0.05 | 0.16 | 313.2 | 0.37 | 0.74 |
| Hex | D5 | A3 | CA | 0 | 17 | 5 | 10 | 139 | 25 | 4A |
| Octal | 325 | 243 | 312 | 0 | 27 | 5 | 20 | 471 | 45 | 112 |
| Binary | 11010101 | 10100011 | 11001010 | 0 | 10111 | 101 | 10000 | 100111001 | 100101 | 1001010 |
Color Harmonies of #D5A3CA
Complementary color
Monochromatic Colors of #D5A3CA
Black with #D5A3CA
Text Example
Text Example
White with #D5A3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A3CA; }
p { color: rgb(213,163,202); }
H1.HeaderClassName
{
color: #D5A3CA;
}
.AnyTagClassName
{
color: #D5A3CA;
}
</style>
background-color css
<style>
a { background-color: #D5A3CA; }
a { background-color: rgb(213,163,202); }
div.DivClassName
{
background-color: #D5A3CA;
}
.BgClassName
{
background-color: #D5A3CA;
}
</style>
border-color css
<style>
span { border-color: #D5A3CA; }
span { border-color: rgb(213,163,202); }
td.TdClassName
{
border-color: #D5A3CA;
}
.TagClassName
{
border-color: #D5A3CA;
}
</style>