Shades of Lilac #D495CD
Tints of Lilac #D495CD
RGB
CMYK
RGB Variations
Color information
#D495CD (or 0xD495CD) is known color: Lilac. HEX triplet: D4, 95 and CD. RGB value is (212,149,205). Sum of RGB (Red+Green+Blue) = 212+149+205=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 212 - color contains mainly: red. Hex color #D495CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495CD is #2B6A32. Grayscale: #AEAEAE. Windows color (decimal): -2845235 or 13473236. OLE color: 13473236.
HSL color Cylindrical-coordinate representation of color #D495CD: hue angle of 306.67º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D495CD is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 205 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.17 |
| HSL | 306.67º | 0.42% | 0.71% | - |
| HSV(B) | 306.67º | 0.3% | 0.83% | - |
| XYZ | 48.92 | 39.9 | 62.88 | - |
| YUV | 174.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 205 | 0 | 0.30 | 0.03 | 0.17 | 306.67 | 0.42 | 0.71 |
| Hex | D4 | 95 | CD | 0 | 1E | 3 | 11 | 133 | 2A | 47 |
| Octal | 324 | 225 | 315 | 0 | 36 | 3 | 21 | 463 | 52 | 107 |
| Binary | 11010100 | 10010101 | 11001101 | 0 | 11110 | 11 | 10001 | 100110011 | 101010 | 1000111 |
Color Harmonies of #D495CD
Complementary color
Monochromatic Colors of #D495CD
Black with #D495CD
Text Example
Text Example
White with #D495CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D495CD; }
p { color: rgb(212,149,205); }
H1.HeaderClassName
{
color: #D495CD;
}
.AnyTagClassName
{
color: #D495CD;
}
</style>
background-color css
<style>
a { background-color: #D495CD; }
a { background-color: rgb(212,149,205); }
div.DivClassName
{
background-color: #D495CD;
}
.BgClassName
{
background-color: #D495CD;
}
</style>
border-color css
<style>
span { border-color: #D495CD; }
span { border-color: rgb(212,149,205); }
td.TdClassName
{
border-color: #D495CD;
}
.TagClassName
{
border-color: #D495CD;
}
</style>