Shades of Lilac #D695CA
Tints of Lilac #D695CA
RGB
CMYK
RGB Variations
Color information
#D695CA (or 0xD695CA) is known color: Lilac. HEX triplet: D6, 95 and CA. RGB value is (214,149,202). Sum of RGB (Red+Green+Blue) = 214+149+202=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D695CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695CA is #296A35. Grayscale: #AEAEAE. Windows color (decimal): -2714166 or 13276630. OLE color: 13276630.
HSL color Cylindrical-coordinate representation of color #D695CA: hue angle of 311.08º 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 #D695CA is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 202 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.16 |
| HSL | 311.08º | 0.44% | 0.71% | - |
| HSV(B) | 311.08º | 0.3% | 0.84% | - |
| XYZ | 49.14 | 40.06 | 61.02 | - |
| YUV | 174.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 202 | 0 | 0.30 | 0.06 | 0.16 | 311.08 | 0.44 | 0.71 |
| Hex | D6 | 95 | CA | 0 | 1E | 6 | 10 | 137 | 2C | 47 |
| Octal | 326 | 225 | 312 | 0 | 36 | 6 | 20 | 467 | 54 | 107 |
| Binary | 11010110 | 10010101 | 11001010 | 0 | 11110 | 110 | 10000 | 100110111 | 101100 | 1000111 |
Color Harmonies of #D695CA
Complementary color
Monochromatic Colors of #D695CA
Black with #D695CA
Text Example
Text Example
White with #D695CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D695CA; }
p { color: rgb(214,149,202); }
H1.HeaderClassName
{
color: #D695CA;
}
.AnyTagClassName
{
color: #D695CA;
}
</style>
background-color css
<style>
a { background-color: #D695CA; }
a { background-color: rgb(214,149,202); }
div.DivClassName
{
background-color: #D695CA;
}
.BgClassName
{
background-color: #D695CA;
}
</style>
border-color css
<style>
span { border-color: #D695CA; }
span { border-color: rgb(214,149,202); }
td.TdClassName
{
border-color: #D695CA;
}
.TagClassName
{
border-color: #D695CA;
}
</style>