Shades of Orchid #DB84D8
Tints of Orchid #DB84D8
RGB
CMYK
RGB Variations
Color information
#DB84D8 (or 0xDB84D8) is known color: Orchid. HEX triplet: DB, 84 and D8. RGB value is (219,132,216). Sum of RGB (Red+Green+Blue) = 219+132+216=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84D8 is #247B27. Grayscale: #A7A7A7. Windows color (decimal): -2390824 or 14189787. OLE color: 14189787.
HSL color Cylindrical-coordinate representation of color #DB84D8: hue angle of 302.07º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB84D8 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 216 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.14 |
| HSL | 302.07º | 0.55% | 0.69% | - |
| HSV(B) | 302.07º | 0.4% | 0.86% | - |
| XYZ | 49.86 | 36.52 | 69.39 | - |
| YUV | 167.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 216 | 0 | 0.40 | 0.01 | 0.14 | 302.07 | 0.55 | 0.69 |
| Hex | DB | 84 | D8 | 0 | 28 | 1 | E | 12E | 37 | 45 |
| Octal | 333 | 204 | 330 | 0 | 50 | 1 | 16 | 456 | 67 | 105 |
| Binary | 11011011 | 10000100 | 11011000 | 0 | 101000 | 1 | 1110 | 100101110 | 110111 | 1000101 |
Color Harmonies of #DB84D8
Complementary color
Monochromatic Colors of #DB84D8
Black with #DB84D8
Text Example
Text Example
White with #DB84D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84D8; }
p { color: rgb(219,132,216); }
H1.HeaderClassName
{
color: #DB84D8;
}
.AnyTagClassName
{
color: #DB84D8;
}
</style>
background-color css
<style>
a { background-color: #DB84D8; }
a { background-color: rgb(219,132,216); }
div.DivClassName
{
background-color: #DB84D8;
}
.BgClassName
{
background-color: #DB84D8;
}
</style>
border-color css
<style>
span { border-color: #DB84D8; }
span { border-color: rgb(219,132,216); }
td.TdClassName
{
border-color: #DB84D8;
}
.TagClassName
{
border-color: #DB84D8;
}
</style>