Shades of Orchid #DB84D9
Tints of Orchid #DB84D9
RGB
CMYK
RGB Variations
Color information
#DB84D9 (or 0xDB84D9) is known color: Orchid. HEX triplet: DB, 84 and D9. RGB value is (219,132,217). Sum of RGB (Red+Green+Blue) = 219+132+217=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84D9 is #247B26. Grayscale: #A7A7A7. Windows color (decimal): -2390823 or 14255323. OLE color: 14255323.
HSL color Cylindrical-coordinate representation of color #DB84D9: hue angle of 301.38º 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 #DB84D9 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 217 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.14 |
| HSL | 301.38º | 0.55% | 0.69% | - |
| HSV(B) | 301.38º | 0.4% | 0.86% | - |
| XYZ | 49.99 | 36.57 | 70.07 | - |
| YUV | 167.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 217 | 0 | 0.40 | 0.01 | 0.14 | 301.38 | 0.55 | 0.69 |
| Hex | DB | 84 | D9 | 0 | 28 | 1 | E | 12D | 37 | 45 |
| Octal | 333 | 204 | 331 | 0 | 50 | 1 | 16 | 455 | 67 | 105 |
| Binary | 11011011 | 10000100 | 11011001 | 0 | 101000 | 1 | 1110 | 100101101 | 110111 | 1000101 |
Color Harmonies of #DB84D9
Complementary color
Monochromatic Colors of #DB84D9
Black with #DB84D9
Text Example
Text Example
White with #DB84D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84D9; }
p { color: rgb(219,132,217); }
H1.HeaderClassName
{
color: #DB84D9;
}
.AnyTagClassName
{
color: #DB84D9;
}
</style>
background-color css
<style>
a { background-color: #DB84D9; }
a { background-color: rgb(219,132,217); }
div.DivClassName
{
background-color: #DB84D9;
}
.BgClassName
{
background-color: #DB84D9;
}
</style>
border-color css
<style>
span { border-color: #DB84D9; }
span { border-color: rgb(219,132,217); }
td.TdClassName
{
border-color: #DB84D9;
}
.TagClassName
{
border-color: #DB84D9;
}
</style>