Shades of Lilac #D38ACD
Tints of Lilac #D38ACD
RGB
CMYK
RGB Variations
Color information
#D38ACD (or 0xD38ACD) is known color: Lilac. HEX triplet: D3, 8A and CD. RGB value is (211,138,205). Sum of RGB (Red+Green+Blue) = 211+138+205=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 211 - color contains mainly: red. Hex color #D38ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38ACD is #2C7532. Grayscale: #A7A7A7. Windows color (decimal): -2913587 or 13470419. OLE color: 13470419.
HSL color Cylindrical-coordinate representation of color #D38ACD: hue angle of 304.93º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38ACD is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 205 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.17 |
| HSL | 304.93º | 0.45% | 0.68% | - |
| HSV(B) | 304.93º | 0.35% | 0.83% | - |
| XYZ | 46.97 | 36.43 | 62.31 | - |
| YUV | 167.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 205 | 0 | 0.35 | 0.03 | 0.17 | 304.93 | 0.45 | 0.68 |
| Hex | D3 | 8A | CD | 0 | 23 | 3 | 11 | 131 | 2D | 44 |
| Octal | 323 | 212 | 315 | 0 | 43 | 3 | 21 | 461 | 55 | 104 |
| Binary | 11010011 | 10001010 | 11001101 | 0 | 100011 | 11 | 10001 | 100110001 | 101101 | 1000100 |
Color Harmonies of #D38ACD
Complementary color
Monochromatic Colors of #D38ACD
Black with #D38ACD
Text Example
Text Example
White with #D38ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38ACD; }
p { color: rgb(211,138,205); }
H1.HeaderClassName
{
color: #D38ACD;
}
.AnyTagClassName
{
color: #D38ACD;
}
</style>
background-color css
<style>
a { background-color: #D38ACD; }
a { background-color: rgb(211,138,205); }
div.DivClassName
{
background-color: #D38ACD;
}
.BgClassName
{
background-color: #D38ACD;
}
</style>
border-color css
<style>
span { border-color: #D38ACD; }
span { border-color: rgb(211,138,205); }
td.TdClassName
{
border-color: #D38ACD;
}
.TagClassName
{
border-color: #D38ACD;
}
</style>