Shades of Lilac #D195C8
Tints of Lilac #D195C8
RGB
CMYK
RGB Variations
Color information
#D195C8 (or 0xD195C8) is known color: Lilac. HEX triplet: D1, 95 and C8. RGB value is (209,149,200). Sum of RGB (Red+Green+Blue) = 209+149+200=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D195C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195C8 is #2E6A37. Grayscale: #ACACAC. Windows color (decimal): -3041848 or 13145553. OLE color: 13145553.
HSL color Cylindrical-coordinate representation of color #D195C8: hue angle of 309º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D195C8 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 200 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.18 |
| HSL | 309º | 0.39% | 0.7% | - |
| HSV(B) | 309º | 0.29% | 0.82% | - |
| XYZ | 47.47 | 39.22 | 59.71 | - |
| YUV | 172.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 200 | 0 | 0.29 | 0.04 | 0.18 | 309 | 0.39 | 0.7 |
| Hex | D1 | 95 | C8 | 0 | 1D | 4 | 12 | 135 | 27 | 46 |
| Octal | 321 | 225 | 310 | 0 | 35 | 4 | 22 | 465 | 47 | 106 |
| Binary | 11010001 | 10010101 | 11001000 | 0 | 11101 | 100 | 10010 | 100110101 | 100111 | 1000110 |
Color Harmonies of #D195C8
Complementary color
Monochromatic Colors of #D195C8
Black with #D195C8
Text Example
Text Example
White with #D195C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D195C8; }
p { color: rgb(209,149,200); }
H1.HeaderClassName
{
color: #D195C8;
}
.AnyTagClassName
{
color: #D195C8;
}
</style>
background-color css
<style>
a { background-color: #D195C8; }
a { background-color: rgb(209,149,200); }
div.DivClassName
{
background-color: #D195C8;
}
.BgClassName
{
background-color: #D195C8;
}
</style>
border-color css
<style>
span { border-color: #D195C8; }
span { border-color: rgb(209,149,200); }
td.TdClassName
{
border-color: #D195C8;
}
.TagClassName
{
border-color: #D195C8;
}
</style>