Shades of Orchid #DB87D2
Tints of Orchid #DB87D2
RGB
CMYK
RGB Variations
Color information
#DB87D2 (or 0xDB87D2) is known color: Orchid. HEX triplet: DB, 87 and D2. RGB value is (219,135,210). Sum of RGB (Red+Green+Blue) = 219+135+210=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87D2 is #24782D. Grayscale: #A8A8A8. Windows color (decimal): -2390062 or 13797339. OLE color: 13797339.
HSL color Cylindrical-coordinate representation of color #DB87D2: hue angle of 306.43º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB87D2 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 210 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.14 |
| HSL | 306.43º | 0.54% | 0.69% | - |
| HSV(B) | 306.43º | 0.38% | 0.86% | - |
| XYZ | 49.51 | 37.04 | 65.51 | - |
| YUV | 168.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 210 | 0 | 0.38 | 0.04 | 0.14 | 306.43 | 0.54 | 0.69 |
| Hex | DB | 87 | D2 | 0 | 26 | 4 | E | 132 | 36 | 45 |
| Octal | 333 | 207 | 322 | 0 | 46 | 4 | 16 | 462 | 66 | 105 |
| Binary | 11011011 | 10000111 | 11010010 | 0 | 100110 | 100 | 1110 | 100110010 | 110110 | 1000101 |
Color Harmonies of #DB87D2
Complementary color
Monochromatic Colors of #DB87D2
Black with #DB87D2
Text Example
Text Example
White with #DB87D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87D2; }
p { color: rgb(219,135,210); }
H1.HeaderClassName
{
color: #DB87D2;
}
.AnyTagClassName
{
color: #DB87D2;
}
</style>
background-color css
<style>
a { background-color: #DB87D2; }
a { background-color: rgb(219,135,210); }
div.DivClassName
{
background-color: #DB87D2;
}
.BgClassName
{
background-color: #DB87D2;
}
</style>
border-color css
<style>
span { border-color: #DB87D2; }
span { border-color: rgb(219,135,210); }
td.TdClassName
{
border-color: #DB87D2;
}
.TagClassName
{
border-color: #DB87D2;
}
</style>