Shades of Lilac #D6A1CD
Tints of Lilac #D6A1CD
RGB
CMYK
RGB Variations
Color information
#D6A1CD (or 0xD6A1CD) is known color: Lilac. HEX triplet: D6, A1 and CD. RGB value is (214,161,205). Sum of RGB (Red+Green+Blue) = 214+161+205=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 161 (63.28% from 255 or 27.76% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A1CD is #295E32. Grayscale: #B5B5B5. Windows color (decimal): -2711091 or 13476310. OLE color: 13476310.
HSL color Cylindrical-coordinate representation of color #D6A1CD: hue angle of 310.19º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A1CD is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 161 | 205 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.16 |
| HSL | 310.19º | 0.39% | 0.74% | - |
| HSV(B) | 310.19º | 0.25% | 0.84% | - |
| XYZ | 51.5 | 44.19 | 63.57 | - |
| YUV | 181.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 161 | 205 | 0 | 0.25 | 0.04 | 0.16 | 310.19 | 0.39 | 0.74 |
| Hex | D6 | A1 | CD | 0 | 19 | 4 | 10 | 136 | 27 | 4A |
| Octal | 326 | 241 | 315 | 0 | 31 | 4 | 20 | 466 | 47 | 112 |
| Binary | 11010110 | 10100001 | 11001101 | 0 | 11001 | 100 | 10000 | 100110110 | 100111 | 1001010 |
Color Harmonies of #D6A1CD
Complementary color
Monochromatic Colors of #D6A1CD
Black with #D6A1CD
Text Example
Text Example
White with #D6A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A1CD; }
p { color: rgb(214,161,205); }
H1.HeaderClassName
{
color: #D6A1CD;
}
.AnyTagClassName
{
color: #D6A1CD;
}
</style>
background-color css
<style>
a { background-color: #D6A1CD; }
a { background-color: rgb(214,161,205); }
div.DivClassName
{
background-color: #D6A1CD;
}
.BgClassName
{
background-color: #D6A1CD;
}
</style>
border-color css
<style>
span { border-color: #D6A1CD; }
span { border-color: rgb(214,161,205); }
td.TdClassName
{
border-color: #D6A1CD;
}
.TagClassName
{
border-color: #D6A1CD;
}
</style>