Shades of Lilac #D696CA
Tints of Lilac #D696CA
RGB
CMYK
RGB Variations
Color information
#D696CA (or 0xD696CA) is known color: Lilac. HEX triplet: D6, 96 and CA. RGB value is (214,150,202). Sum of RGB (Red+Green+Blue) = 214+150+202=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D696CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696CA is #296935. Grayscale: #AEAEAE. Windows color (decimal): -2713910 or 13276886. OLE color: 13276886.
HSL color Cylindrical-coordinate representation of color #D696CA: hue angle of 311.25º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696CA is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 202 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.16 |
| HSL | 311.25º | 0.44% | 0.71% | - |
| HSV(B) | 311.25º | 0.3% | 0.84% | - |
| XYZ | 49.3 | 40.37 | 61.07 | - |
| YUV | 175.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 202 | 0 | 0.30 | 0.06 | 0.16 | 311.25 | 0.44 | 0.71 |
| Hex | D6 | 96 | CA | 0 | 1E | 6 | 10 | 137 | 2C | 47 |
| Octal | 326 | 226 | 312 | 0 | 36 | 6 | 20 | 467 | 54 | 107 |
| Binary | 11010110 | 10010110 | 11001010 | 0 | 11110 | 110 | 10000 | 100110111 | 101100 | 1000111 |
Color Harmonies of #D696CA
Complementary color
Monochromatic Colors of #D696CA
Black with #D696CA
Text Example
Text Example
White with #D696CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696CA; }
p { color: rgb(214,150,202); }
H1.HeaderClassName
{
color: #D696CA;
}
.AnyTagClassName
{
color: #D696CA;
}
</style>
background-color css
<style>
a { background-color: #D696CA; }
a { background-color: rgb(214,150,202); }
div.DivClassName
{
background-color: #D696CA;
}
.BgClassName
{
background-color: #D696CA;
}
</style>
border-color css
<style>
span { border-color: #D696CA; }
span { border-color: rgb(214,150,202); }
td.TdClassName
{
border-color: #D696CA;
}
.TagClassName
{
border-color: #D696CA;
}
</style>