Shades of Lilac #D0A3C8
Tints of Lilac #D0A3C8
RGB
CMYK
RGB Variations
Color information
#D0A3C8 (or 0xD0A3C8) is known color: Lilac. HEX triplet: D0, A3 and C8. RGB value is (208,163,200). Sum of RGB (Red+Green+Blue) = 208+163+200=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A3C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A3C8 is #2F5C37. Grayscale: #B4B4B4. Windows color (decimal): -3103800 or 13149136. OLE color: 13149136.
HSL color Cylindrical-coordinate representation of color #D0A3C8: hue angle of 310.67º 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 #D0A3C8 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 200 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.18 |
| HSL | 310.67º | 0.32% | 0.73% | - |
| HSV(B) | 310.67º | 0.22% | 0.82% | - |
| XYZ | 49.53 | 43.77 | 60.48 | - |
| YUV | 180.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 200 | 0 | 0.22 | 0.04 | 0.18 | 310.67 | 0.32 | 0.73 |
| Hex | D0 | A3 | C8 | 0 | 16 | 4 | 12 | 137 | 20 | 49 |
| Octal | 320 | 243 | 310 | 0 | 26 | 4 | 22 | 467 | 40 | 111 |
| Binary | 11010000 | 10100011 | 11001000 | 0 | 10110 | 100 | 10010 | 100110111 | 100000 | 1001001 |
Color Harmonies of #D0A3C8
Complementary color
Monochromatic Colors of #D0A3C8
Black with #D0A3C8
Text Example
Text Example
White with #D0A3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A3C8; }
p { color: rgb(208,163,200); }
H1.HeaderClassName
{
color: #D0A3C8;
}
.AnyTagClassName
{
color: #D0A3C8;
}
</style>
background-color css
<style>
a { background-color: #D0A3C8; }
a { background-color: rgb(208,163,200); }
div.DivClassName
{
background-color: #D0A3C8;
}
.BgClassName
{
background-color: #D0A3C8;
}
</style>
border-color css
<style>
span { border-color: #D0A3C8; }
span { border-color: rgb(208,163,200); }
td.TdClassName
{
border-color: #D0A3C8;
}
.TagClassName
{
border-color: #D0A3C8;
}
</style>