Shades of Lilac #D497C5
Tints of Lilac #D497C5
RGB
CMYK
RGB Variations
Color information
#D497C5 (or 0xD497C5) is known color: Lilac. HEX triplet: D4, 97 and C5. RGB value is (212,151,197). Sum of RGB (Red+Green+Blue) = 212+151+197=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D497C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497C5 is #2B683A. Grayscale: #AEAEAE. Windows color (decimal): -2844731 or 12949460. OLE color: 12949460.
HSL color Cylindrical-coordinate representation of color #D497C5: hue angle of 314.75º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D497C5 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 197 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.17 |
| HSL | 314.75º | 0.41% | 0.71% | - |
| HSV(B) | 314.75º | 0.29% | 0.83% | - |
| XYZ | 48.3 | 40.16 | 58.03 | - |
| YUV | 174.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 197 | 0 | 0.29 | 0.07 | 0.17 | 314.75 | 0.41 | 0.71 |
| Hex | D4 | 97 | C5 | 0 | 1D | 7 | 11 | 13B | 29 | 47 |
| Octal | 324 | 227 | 305 | 0 | 35 | 7 | 21 | 473 | 51 | 107 |
| Binary | 11010100 | 10010111 | 11000101 | 0 | 11101 | 111 | 10001 | 100111011 | 101001 | 1000111 |
Color Harmonies of #D497C5
Complementary color
Monochromatic Colors of #D497C5
Black with #D497C5
Text Example
Text Example
White with #D497C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D497C5; }
p { color: rgb(212,151,197); }
H1.HeaderClassName
{
color: #D497C5;
}
.AnyTagClassName
{
color: #D497C5;
}
</style>
background-color css
<style>
a { background-color: #D497C5; }
a { background-color: rgb(212,151,197); }
div.DivClassName
{
background-color: #D497C5;
}
.BgClassName
{
background-color: #D497C5;
}
</style>
border-color css
<style>
span { border-color: #D497C5; }
span { border-color: rgb(212,151,197); }
td.TdClassName
{
border-color: #D497C5;
}
.TagClassName
{
border-color: #D497C5;
}
</style>