Shades of Orchid #DB87D7
Tints of Orchid #DB87D7
RGB
CMYK
RGB Variations
Color information
#DB87D7 (or 0xDB87D7) is known color: Orchid. HEX triplet: DB, 87 and D7. RGB value is (219,135,215). Sum of RGB (Red+Green+Blue) = 219+135+215=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87D7 is #247828. Grayscale: #A9A9A9. Windows color (decimal): -2390057 or 14125019. OLE color: 14125019.
HSL color Cylindrical-coordinate representation of color #DB87D7: hue angle of 302.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 #DB87D7 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 215 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.14 |
| HSL | 302.86º | 0.54% | 0.69% | - |
| HSV(B) | 302.86º | 0.38% | 0.86% | - |
| XYZ | 50.14 | 37.29 | 68.85 | - |
| YUV | 169.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 215 | 0 | 0.38 | 0.02 | 0.14 | 302.86 | 0.54 | 0.69 |
| Hex | DB | 87 | D7 | 0 | 26 | 2 | E | 12F | 36 | 45 |
| Octal | 333 | 207 | 327 | 0 | 46 | 2 | 16 | 457 | 66 | 105 |
| Binary | 11011011 | 10000111 | 11010111 | 0 | 100110 | 10 | 1110 | 100101111 | 110110 | 1000101 |
Color Harmonies of #DB87D7
Complementary color
Monochromatic Colors of #DB87D7
Black with #DB87D7
Text Example
Text Example
White with #DB87D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87D7; }
p { color: rgb(219,135,215); }
H1.HeaderClassName
{
color: #DB87D7;
}
.AnyTagClassName
{
color: #DB87D7;
}
</style>
background-color css
<style>
a { background-color: #DB87D7; }
a { background-color: rgb(219,135,215); }
div.DivClassName
{
background-color: #DB87D7;
}
.BgClassName
{
background-color: #DB87D7;
}
</style>
border-color css
<style>
span { border-color: #DB87D7; }
span { border-color: rgb(219,135,215); }
td.TdClassName
{
border-color: #DB87D7;
}
.TagClassName
{
border-color: #DB87D7;
}
</style>