Shades of Orchid #DB87D6
Tints of Orchid #DB87D6
RGB
CMYK
RGB Variations
Color information
#DB87D6 (or 0xDB87D6) is known color: Orchid. HEX triplet: DB, 87 and D6. RGB value is (219,135,214). Sum of RGB (Red+Green+Blue) = 219+135+214=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87D6 is #247829. Grayscale: #A8A8A8. Windows color (decimal): -2390058 or 14059483. OLE color: 14059483.
HSL color Cylindrical-coordinate representation of color #DB87D6: hue angle of 303.57º 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 #DB87D6 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 214 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.14 |
| HSL | 303.57º | 0.54% | 0.69% | - |
| HSV(B) | 303.57º | 0.38% | 0.86% | - |
| XYZ | 50.01 | 37.24 | 68.17 | - |
| YUV | 169.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 214 | 0 | 0.38 | 0.02 | 0.14 | 303.57 | 0.54 | 0.69 |
| Hex | DB | 87 | D6 | 0 | 26 | 2 | E | 130 | 36 | 45 |
| Octal | 333 | 207 | 326 | 0 | 46 | 2 | 16 | 460 | 66 | 105 |
| Binary | 11011011 | 10000111 | 11010110 | 0 | 100110 | 10 | 1110 | 100110000 | 110110 | 1000101 |
Color Harmonies of #DB87D6
Complementary color
Monochromatic Colors of #DB87D6
Black with #DB87D6
Text Example
Text Example
White with #DB87D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87D6; }
p { color: rgb(219,135,214); }
H1.HeaderClassName
{
color: #DB87D6;
}
.AnyTagClassName
{
color: #DB87D6;
}
</style>
background-color css
<style>
a { background-color: #DB87D6; }
a { background-color: rgb(219,135,214); }
div.DivClassName
{
background-color: #DB87D6;
}
.BgClassName
{
background-color: #DB87D6;
}
</style>
border-color css
<style>
span { border-color: #DB87D6; }
span { border-color: rgb(219,135,214); }
td.TdClassName
{
border-color: #DB87D6;
}
.TagClassName
{
border-color: #DB87D6;
}
</style>