Shades of Lilac #D0A3CA
Tints of Lilac #D0A3CA
RGB
CMYK
RGB Variations
Color information
#D0A3CA (or 0xD0A3CA) is known color: Lilac. HEX triplet: D0, A3 and CA. RGB value is (208,163,202). Sum of RGB (Red+Green+Blue) = 208+163+202=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A3CA is #2F5C35. Grayscale: #B4B4B4. Windows color (decimal): -3103798 or 13280208. OLE color: 13280208.
HSL color Cylindrical-coordinate representation of color #D0A3CA: hue angle of 308º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0A3CA is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 202 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.18 |
| HSL | 308º | 0.32% | 0.73% | - |
| HSV(B) | 308º | 0.22% | 0.82% | - |
| XYZ | 49.77 | 43.87 | 61.72 | - |
| YUV | 180.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 202 | 0 | 0.22 | 0.03 | 0.18 | 308 | 0.32 | 0.73 |
| Hex | D0 | A3 | CA | 0 | 16 | 3 | 12 | 134 | 20 | 49 |
| Octal | 320 | 243 | 312 | 0 | 26 | 3 | 22 | 464 | 40 | 111 |
| Binary | 11010000 | 10100011 | 11001010 | 0 | 10110 | 11 | 10010 | 100110100 | 100000 | 1001001 |
Color Harmonies of #D0A3CA
Complementary color
Monochromatic Colors of #D0A3CA
Black with #D0A3CA
Text Example
Text Example
White with #D0A3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A3CA; }
p { color: rgb(208,163,202); }
H1.HeaderClassName
{
color: #D0A3CA;
}
.AnyTagClassName
{
color: #D0A3CA;
}
</style>
background-color css
<style>
a { background-color: #D0A3CA; }
a { background-color: rgb(208,163,202); }
div.DivClassName
{
background-color: #D0A3CA;
}
.BgClassName
{
background-color: #D0A3CA;
}
</style>
border-color css
<style>
span { border-color: #D0A3CA; }
span { border-color: rgb(208,163,202); }
td.TdClassName
{
border-color: #D0A3CA;
}
.TagClassName
{
border-color: #D0A3CA;
}
</style>