Shades of Lilac #D087C1
Tints of Lilac #D087C1
RGB
CMYK
RGB Variations
Color information
#D087C1 (or 0xD087C1) is known color: Lilac. HEX triplet: D0, 87 and C1. RGB value is (208,135,193). Sum of RGB (Red+Green+Blue) = 208+135+193=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D087C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087C1 is #2F783E. Grayscale: #A3A3A3. Windows color (decimal): -3110975 or 12683216. OLE color: 12683216.
HSL color Cylindrical-coordinate representation of color #D087C1: hue angle of 312.33º 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 #D087C1 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 193 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.18 |
| HSL | 312.33º | 0.44% | 0.67% | - |
| HSV(B) | 312.33º | 0.35% | 0.82% | - |
| XYZ | 44.3 | 34.59 | 54.79 | - |
| YUV | 163.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 193 | 0 | 0.35 | 0.07 | 0.18 | 312.33 | 0.44 | 0.67 |
| Hex | D0 | 87 | C1 | 0 | 23 | 7 | 12 | 138 | 2C | 43 |
| Octal | 320 | 207 | 301 | 0 | 43 | 7 | 22 | 470 | 54 | 103 |
| Binary | 11010000 | 10000111 | 11000001 | 0 | 100011 | 111 | 10010 | 100111000 | 101100 | 1000011 |
Color Harmonies of #D087C1
Complementary color
Monochromatic Colors of #D087C1
Black with #D087C1
Text Example
Text Example
White with #D087C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D087C1; }
p { color: rgb(208,135,193); }
H1.HeaderClassName
{
color: #D087C1;
}
.AnyTagClassName
{
color: #D087C1;
}
</style>
background-color css
<style>
a { background-color: #D087C1; }
a { background-color: rgb(208,135,193); }
div.DivClassName
{
background-color: #D087C1;
}
.BgClassName
{
background-color: #D087C1;
}
</style>
border-color css
<style>
span { border-color: #D087C1; }
span { border-color: rgb(208,135,193); }
td.TdClassName
{
border-color: #D087C1;
}
.TagClassName
{
border-color: #D087C1;
}
</style>