Shades of Lilac #D5A3CF
Tints of Lilac #D5A3CF
RGB
CMYK
RGB Variations
Color information
#D5A3CF (or 0xD5A3CF) is known color: Lilac. HEX triplet: D5, A3 and CF. RGB value is (213,163,207). Sum of RGB (Red+Green+Blue) = 213+163+207=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 163 (64.06% from 255 or 27.96% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A3CF is #2A5C30. Grayscale: #B6B6B6. Windows color (decimal): -2776113 or 13607893. OLE color: 13607893.
HSL color Cylindrical-coordinate representation of color #D5A3CF: hue angle of 307.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 #D5A3CF is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 207 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.16 |
| HSL | 307.2º | 0.37% | 0.74% | - |
| HSV(B) | 307.2º | 0.23% | 0.84% | - |
| XYZ | 51.8 | 44.85 | 64.96 | - |
| YUV | 182.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 207 | 0 | 0.23 | 0.03 | 0.16 | 307.2 | 0.37 | 0.74 |
| Hex | D5 | A3 | CF | 0 | 17 | 3 | 10 | 133 | 25 | 4A |
| Octal | 325 | 243 | 317 | 0 | 27 | 3 | 20 | 463 | 45 | 112 |
| Binary | 11010101 | 10100011 | 11001111 | 0 | 10111 | 11 | 10000 | 100110011 | 100101 | 1001010 |
Color Harmonies of #D5A3CF
Complementary color
Monochromatic Colors of #D5A3CF
Black with #D5A3CF
Text Example
Text Example
White with #D5A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A3CF; }
p { color: rgb(213,163,207); }
H1.HeaderClassName
{
color: #D5A3CF;
}
.AnyTagClassName
{
color: #D5A3CF;
}
</style>
background-color css
<style>
a { background-color: #D5A3CF; }
a { background-color: rgb(213,163,207); }
div.DivClassName
{
background-color: #D5A3CF;
}
.BgClassName
{
background-color: #D5A3CF;
}
</style>
border-color css
<style>
span { border-color: #D5A3CF; }
span { border-color: rgb(213,163,207); }
td.TdClassName
{
border-color: #D5A3CF;
}
.TagClassName
{
border-color: #D5A3CF;
}
</style>