Shades of Lilac #D69CCD
Tints of Lilac #D69CCD
RGB
CMYK
RGB Variations
Color information
#D69CCD (or 0xD69CCD) is known color: Lilac. HEX triplet: D6, 9C and CD. RGB value is (214,156,205). Sum of RGB (Red+Green+Blue) = 214+156+205=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CCD is #296332. Grayscale: #B2B2B2. Windows color (decimal): -2712371 or 13475030. OLE color: 13475030.
HSL color Cylindrical-coordinate representation of color #D69CCD: hue angle of 309.31º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69CCD is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 205 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.16 |
| HSL | 309.31º | 0.41% | 0.73% | - |
| HSV(B) | 309.31º | 0.27% | 0.84% | - |
| XYZ | 50.64 | 42.48 | 63.29 | - |
| YUV | 178.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 205 | 0 | 0.27 | 0.04 | 0.16 | 309.31 | 0.41 | 0.73 |
| Hex | D6 | 9C | CD | 0 | 1B | 4 | 10 | 135 | 29 | 49 |
| Octal | 326 | 234 | 315 | 0 | 33 | 4 | 20 | 465 | 51 | 111 |
| Binary | 11010110 | 10011100 | 11001101 | 0 | 11011 | 100 | 10000 | 100110101 | 101001 | 1001001 |
Color Harmonies of #D69CCD
Complementary color
Monochromatic Colors of #D69CCD
Black with #D69CCD
Text Example
Text Example
White with #D69CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69CCD; }
p { color: rgb(214,156,205); }
H1.HeaderClassName
{
color: #D69CCD;
}
.AnyTagClassName
{
color: #D69CCD;
}
</style>
background-color css
<style>
a { background-color: #D69CCD; }
a { background-color: rgb(214,156,205); }
div.DivClassName
{
background-color: #D69CCD;
}
.BgClassName
{
background-color: #D69CCD;
}
</style>
border-color css
<style>
span { border-color: #D69CCD; }
span { border-color: rgb(214,156,205); }
td.TdClassName
{
border-color: #D69CCD;
}
.TagClassName
{
border-color: #D69CCD;
}
</style>