Shades of Orchid #DB87D4
Tints of Orchid #DB87D4
RGB
CMYK
RGB Variations
Color information
#DB87D4 (or 0xDB87D4) is known color: Orchid. HEX triplet: DB, 87 and D4. RGB value is (219,135,212). Sum of RGB (Red+Green+Blue) = 219+135+212=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87D4 is #24782B. Grayscale: #A8A8A8. Windows color (decimal): -2390060 or 13928411. OLE color: 13928411.
HSL color Cylindrical-coordinate representation of color #DB87D4: hue angle of 305º 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 #DB87D4 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 212 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.14 |
| HSL | 305º | 0.54% | 0.69% | - |
| HSV(B) | 305º | 0.38% | 0.86% | - |
| XYZ | 49.76 | 37.14 | 66.83 | - |
| YUV | 168.89 | 152.33 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 212 | 0 | 0.38 | 0.03 | 0.14 | 305 | 0.54 | 0.69 |
| Hex | DB | 87 | D4 | 0 | 26 | 3 | E | 131 | 36 | 45 |
| Octal | 333 | 207 | 324 | 0 | 46 | 3 | 16 | 461 | 66 | 105 |
| Binary | 11011011 | 10000111 | 11010100 | 0 | 100110 | 11 | 1110 | 100110001 | 110110 | 1000101 |
Color Harmonies of #DB87D4
Complementary color
Monochromatic Colors of #DB87D4
Black with #DB87D4
Text Example
Text Example
White with #DB87D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87D4; }
p { color: rgb(219,135,212); }
H1.HeaderClassName
{
color: #DB87D4;
}
.AnyTagClassName
{
color: #DB87D4;
}
</style>
background-color css
<style>
a { background-color: #DB87D4; }
a { background-color: rgb(219,135,212); }
div.DivClassName
{
background-color: #DB87D4;
}
.BgClassName
{
background-color: #DB87D4;
}
</style>
border-color css
<style>
span { border-color: #DB87D4; }
span { border-color: rgb(219,135,212); }
td.TdClassName
{
border-color: #DB87D4;
}
.TagClassName
{
border-color: #DB87D4;
}
</style>