Shades of Lilac #D695CC
Tints of Lilac #D695CC
RGB
CMYK
RGB Variations
Color information
#D695CC (or 0xD695CC) is known color: Lilac. HEX triplet: D6, 95 and CC. RGB value is (214,149,204). Sum of RGB (Red+Green+Blue) = 214+149+204=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D695CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695CC is #296A33. Grayscale: #AEAEAE. Windows color (decimal): -2714164 or 13407702. OLE color: 13407702.
HSL color Cylindrical-coordinate representation of color #D695CC: hue angle of 309.23º 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 #D695CC is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 204 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.16 |
| HSL | 309.23º | 0.44% | 0.71% | - |
| HSV(B) | 309.23º | 0.3% | 0.84% | - |
| XYZ | 49.38 | 40.15 | 62.27 | - |
| YUV | 174.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 204 | 0 | 0.30 | 0.05 | 0.16 | 309.23 | 0.44 | 0.71 |
| Hex | D6 | 95 | CC | 0 | 1E | 5 | 10 | 135 | 2C | 47 |
| Octal | 326 | 225 | 314 | 0 | 36 | 5 | 20 | 465 | 54 | 107 |
| Binary | 11010110 | 10010101 | 11001100 | 0 | 11110 | 101 | 10000 | 100110101 | 101100 | 1000111 |
Color Harmonies of #D695CC
Complementary color
Monochromatic Colors of #D695CC
Black with #D695CC
Text Example
Text Example
White with #D695CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D695CC; }
p { color: rgb(214,149,204); }
H1.HeaderClassName
{
color: #D695CC;
}
.AnyTagClassName
{
color: #D695CC;
}
</style>
background-color css
<style>
a { background-color: #D695CC; }
a { background-color: rgb(214,149,204); }
div.DivClassName
{
background-color: #D695CC;
}
.BgClassName
{
background-color: #D695CC;
}
</style>
border-color css
<style>
span { border-color: #D695CC; }
span { border-color: rgb(214,149,204); }
td.TdClassName
{
border-color: #D695CC;
}
.TagClassName
{
border-color: #D695CC;
}
</style>