Shades of Lilac #D095CA
Tints of Lilac #D095CA
RGB
CMYK
RGB Variations
Color information
#D095CA (or 0xD095CA) is known color: Lilac. HEX triplet: D0, 95 and CA. RGB value is (208,149,202). Sum of RGB (Red+Green+Blue) = 208+149+202=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D095CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D095CA is #2F6A35. Grayscale: #ACACAC. Windows color (decimal): -3107382 or 13276624. OLE color: 13276624.
HSL color Cylindrical-coordinate representation of color #D095CA: hue angle of 306.1º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D095CA is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 202 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.18 |
| HSL | 306.1º | 0.39% | 0.7% | - |
| HSV(B) | 306.1º | 0.28% | 0.82% | - |
| XYZ | 47.42 | 39.17 | 60.94 | - |
| YUV | 172.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 202 | 0 | 0.28 | 0.03 | 0.18 | 306.1 | 0.39 | 0.7 |
| Hex | D0 | 95 | CA | 0 | 1C | 3 | 12 | 132 | 27 | 46 |
| Octal | 320 | 225 | 312 | 0 | 34 | 3 | 22 | 462 | 47 | 106 |
| Binary | 11010000 | 10010101 | 11001010 | 0 | 11100 | 11 | 10010 | 100110010 | 100111 | 1000110 |
Color Harmonies of #D095CA
Complementary color
Monochromatic Colors of #D095CA
Black with #D095CA
Text Example
Text Example
White with #D095CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D095CA; }
p { color: rgb(208,149,202); }
H1.HeaderClassName
{
color: #D095CA;
}
.AnyTagClassName
{
color: #D095CA;
}
</style>
background-color css
<style>
a { background-color: #D095CA; }
a { background-color: rgb(208,149,202); }
div.DivClassName
{
background-color: #D095CA;
}
.BgClassName
{
background-color: #D095CA;
}
</style>
border-color css
<style>
span { border-color: #D095CA; }
span { border-color: rgb(208,149,202); }
td.TdClassName
{
border-color: #D095CA;
}
.TagClassName
{
border-color: #D095CA;
}
</style>