Shades of Orchid #DB87D0
Tints of Orchid #DB87D0
RGB
CMYK
RGB Variations
Color information
#DB87D0 (or 0xDB87D0) is known color: Orchid. HEX triplet: DB, 87 and D0. RGB value is (219,135,208). Sum of RGB (Red+Green+Blue) = 219+135+208=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87D0 is #24782F. Grayscale: #A8A8A8. Windows color (decimal): -2390064 or 13666267. OLE color: 13666267.
HSL color Cylindrical-coordinate representation of color #DB87D0: hue angle of 307.86º 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 #DB87D0 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 208 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.14 |
| HSL | 307.86º | 0.54% | 0.69% | - |
| HSV(B) | 307.86º | 0.38% | 0.86% | - |
| XYZ | 49.26 | 36.94 | 64.21 | - |
| YUV | 168.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 208 | 0 | 0.38 | 0.05 | 0.14 | 307.86 | 0.54 | 0.69 |
| Hex | DB | 87 | D0 | 0 | 26 | 5 | E | 134 | 36 | 45 |
| Octal | 333 | 207 | 320 | 0 | 46 | 5 | 16 | 464 | 66 | 105 |
| Binary | 11011011 | 10000111 | 11010000 | 0 | 100110 | 101 | 1110 | 100110100 | 110110 | 1000101 |
Color Harmonies of #DB87D0
Complementary color
Monochromatic Colors of #DB87D0
Black with #DB87D0
Text Example
Text Example
White with #DB87D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87D0; }
p { color: rgb(219,135,208); }
H1.HeaderClassName
{
color: #DB87D0;
}
.AnyTagClassName
{
color: #DB87D0;
}
</style>
background-color css
<style>
a { background-color: #DB87D0; }
a { background-color: rgb(219,135,208); }
div.DivClassName
{
background-color: #DB87D0;
}
.BgClassName
{
background-color: #DB87D0;
}
</style>
border-color css
<style>
span { border-color: #DB87D0; }
span { border-color: rgb(219,135,208); }
td.TdClassName
{
border-color: #DB87D0;
}
.TagClassName
{
border-color: #DB87D0;
}
</style>