Shades of Lilac #D795CC
Tints of Lilac #D795CC
RGB
CMYK
RGB Variations
Color information
#D795CC (or 0xD795CC) is known color: Lilac. HEX triplet: D7, 95 and CC. RGB value is (215,149,204). Sum of RGB (Red+Green+Blue) = 215+149+204=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 215 - color contains mainly: red. Hex color #D795CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795CC is #286A33. Grayscale: #AEAEAE. Windows color (decimal): -2648628 or 13407703. OLE color: 13407703.
HSL color Cylindrical-coordinate representation of color #D795CC: hue angle of 310º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D795CC is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 149 | 204 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.16 |
| HSL | 310º | 0.45% | 0.71% | - |
| HSV(B) | 310º | 0.31% | 0.84% | - |
| XYZ | 49.67 | 40.3 | 62.29 | - |
| YUV | 175 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 149 | 204 | 0 | 0.31 | 0.05 | 0.16 | 310 | 0.45 | 0.71 |
| Hex | D7 | 95 | CC | 0 | 1F | 5 | 10 | 136 | 2D | 47 |
| Octal | 327 | 225 | 314 | 0 | 37 | 5 | 20 | 466 | 55 | 107 |
| Binary | 11010111 | 10010101 | 11001100 | 0 | 11111 | 101 | 10000 | 100110110 | 101101 | 1000111 |
Color Harmonies of #D795CC
Complementary color
Monochromatic Colors of #D795CC
Black with #D795CC
Text Example
Text Example
White with #D795CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D795CC; }
p { color: rgb(215,149,204); }
H1.HeaderClassName
{
color: #D795CC;
}
.AnyTagClassName
{
color: #D795CC;
}
</style>
background-color css
<style>
a { background-color: #D795CC; }
a { background-color: rgb(215,149,204); }
div.DivClassName
{
background-color: #D795CC;
}
.BgClassName
{
background-color: #D795CC;
}
</style>
border-color css
<style>
span { border-color: #D795CC; }
span { border-color: rgb(215,149,204); }
td.TdClassName
{
border-color: #D795CC;
}
.TagClassName
{
border-color: #D795CC;
}
</style>