Shades of Lilac #D087C5
Tints of Lilac #D087C5
RGB
CMYK
RGB Variations
Color information
#D087C5 (or 0xD087C5) is known color: Lilac. HEX triplet: D0, 87 and C5. RGB value is (208,135,197). Sum of RGB (Red+Green+Blue) = 208+135+197=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D087C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087C5 is #2F783A. Grayscale: #A3A3A3. Windows color (decimal): -3110971 or 12945360. OLE color: 12945360.
HSL color Cylindrical-coordinate representation of color #D087C5: hue angle of 309.04º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D087C5 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 197 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.18 |
| HSL | 309.04º | 0.44% | 0.67% | - |
| HSV(B) | 309.04º | 0.35% | 0.82% | - |
| XYZ | 44.75 | 34.77 | 57.18 | - |
| YUV | 163.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 197 | 0 | 0.35 | 0.05 | 0.18 | 309.04 | 0.44 | 0.67 |
| Hex | D0 | 87 | C5 | 0 | 23 | 5 | 12 | 135 | 2C | 43 |
| Octal | 320 | 207 | 305 | 0 | 43 | 5 | 22 | 465 | 54 | 103 |
| Binary | 11010000 | 10000111 | 11000101 | 0 | 100011 | 101 | 10010 | 100110101 | 101100 | 1000011 |
Color Harmonies of #D087C5
Complementary color
Monochromatic Colors of #D087C5
Black with #D087C5
Text Example
Text Example
White with #D087C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D087C5; }
p { color: rgb(208,135,197); }
H1.HeaderClassName
{
color: #D087C5;
}
.AnyTagClassName
{
color: #D087C5;
}
</style>
background-color css
<style>
a { background-color: #D087C5; }
a { background-color: rgb(208,135,197); }
div.DivClassName
{
background-color: #D087C5;
}
.BgClassName
{
background-color: #D087C5;
}
</style>
border-color css
<style>
span { border-color: #D087C5; }
span { border-color: rgb(208,135,197); }
td.TdClassName
{
border-color: #D087C5;
}
.TagClassName
{
border-color: #D087C5;
}
</style>