Shades of Lilac #D695C7
Tints of Lilac #D695C7
RGB
CMYK
RGB Variations
Color information
#D695C7 (or 0xD695C7) is known color: Lilac. HEX triplet: D6, 95 and C7. RGB value is (214,149,199). Sum of RGB (Red+Green+Blue) = 214+149+199=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D695C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695C7 is #296A38. Grayscale: #AEAEAE. Windows color (decimal): -2714169 or 13080022. OLE color: 13080022.
HSL color Cylindrical-coordinate representation of color #D695C7: hue angle of 313.85º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D695C7 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 199 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.16 |
| HSL | 313.85º | 0.44% | 0.71% | - |
| HSV(B) | 313.85º | 0.3% | 0.84% | - |
| XYZ | 48.79 | 39.91 | 59.17 | - |
| YUV | 174.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 199 | 0 | 0.30 | 0.07 | 0.16 | 313.85 | 0.44 | 0.71 |
| Hex | D6 | 95 | C7 | 0 | 1E | 7 | 10 | 13A | 2C | 47 |
| Octal | 326 | 225 | 307 | 0 | 36 | 7 | 20 | 472 | 54 | 107 |
| Binary | 11010110 | 10010101 | 11000111 | 0 | 11110 | 111 | 10000 | 100111010 | 101100 | 1000111 |
Color Harmonies of #D695C7
Complementary color
Monochromatic Colors of #D695C7
Black with #D695C7
Text Example
Text Example
White with #D695C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D695C7; }
p { color: rgb(214,149,199); }
H1.HeaderClassName
{
color: #D695C7;
}
.AnyTagClassName
{
color: #D695C7;
}
</style>
background-color css
<style>
a { background-color: #D695C7; }
a { background-color: rgb(214,149,199); }
div.DivClassName
{
background-color: #D695C7;
}
.BgClassName
{
background-color: #D695C7;
}
</style>
border-color css
<style>
span { border-color: #D695C7; }
span { border-color: rgb(214,149,199); }
td.TdClassName
{
border-color: #D695C7;
}
.TagClassName
{
border-color: #D695C7;
}
</style>