Shades of Lilac #D087C2
Tints of Lilac #D087C2
RGB
CMYK
RGB Variations
Color information
#D087C2 (or 0xD087C2) is known color: Lilac. HEX triplet: D0, 87 and C2. RGB value is (208,135,194). Sum of RGB (Red+Green+Blue) = 208+135+194=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D087C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087C2 is #2F783D. Grayscale: #A3A3A3. Windows color (decimal): -3110974 or 12748752. OLE color: 12748752.
HSL color Cylindrical-coordinate representation of color #D087C2: hue angle of 311.51º 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 #D087C2 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 194 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.18 |
| HSL | 311.51º | 0.44% | 0.67% | - |
| HSV(B) | 311.51º | 0.35% | 0.82% | - |
| XYZ | 44.41 | 34.63 | 55.38 | - |
| YUV | 163.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 194 | 0 | 0.35 | 0.07 | 0.18 | 311.51 | 0.44 | 0.67 |
| Hex | D0 | 87 | C2 | 0 | 23 | 7 | 12 | 138 | 2C | 43 |
| Octal | 320 | 207 | 302 | 0 | 43 | 7 | 22 | 470 | 54 | 103 |
| Binary | 11010000 | 10000111 | 11000010 | 0 | 100011 | 111 | 10010 | 100111000 | 101100 | 1000011 |
Color Harmonies of #D087C2
Complementary color
Monochromatic Colors of #D087C2
Black with #D087C2
Text Example
Text Example
White with #D087C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D087C2; }
p { color: rgb(208,135,194); }
H1.HeaderClassName
{
color: #D087C2;
}
.AnyTagClassName
{
color: #D087C2;
}
</style>
background-color css
<style>
a { background-color: #D087C2; }
a { background-color: rgb(208,135,194); }
div.DivClassName
{
background-color: #D087C2;
}
.BgClassName
{
background-color: #D087C2;
}
</style>
border-color css
<style>
span { border-color: #D087C2; }
span { border-color: rgb(208,135,194); }
td.TdClassName
{
border-color: #D087C2;
}
.TagClassName
{
border-color: #D087C2;
}
</style>