Shades of Orchid #DB84D1
Tints of Orchid #DB84D1
RGB
CMYK
RGB Variations
Color information
#DB84D1 (or 0xDB84D1) is known color: Orchid. HEX triplet: DB, 84 and D1. RGB value is (219,132,209). Sum of RGB (Red+Green+Blue) = 219+132+209=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84D1 is #247B2E. Grayscale: #A6A6A6. Windows color (decimal): -2390831 or 13731035. OLE color: 13731035.
HSL color Cylindrical-coordinate representation of color #DB84D1: hue angle of 306.9º 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 #DB84D1 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 209 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.14 |
| HSL | 306.9º | 0.55% | 0.69% | - |
| HSV(B) | 306.9º | 0.4% | 0.86% | - |
| XYZ | 48.97 | 36.17 | 64.72 | - |
| YUV | 166.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 209 | 0 | 0.40 | 0.05 | 0.14 | 306.9 | 0.55 | 0.69 |
| Hex | DB | 84 | D1 | 0 | 28 | 5 | E | 133 | 37 | 45 |
| Octal | 333 | 204 | 321 | 0 | 50 | 5 | 16 | 463 | 67 | 105 |
| Binary | 11011011 | 10000100 | 11010001 | 0 | 101000 | 101 | 1110 | 100110011 | 110111 | 1000101 |
Color Harmonies of #DB84D1
Complementary color
Monochromatic Colors of #DB84D1
Black with #DB84D1
Text Example
Text Example
White with #DB84D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84D1; }
p { color: rgb(219,132,209); }
H1.HeaderClassName
{
color: #DB84D1;
}
.AnyTagClassName
{
color: #DB84D1;
}
</style>
background-color css
<style>
a { background-color: #DB84D1; }
a { background-color: rgb(219,132,209); }
div.DivClassName
{
background-color: #DB84D1;
}
.BgClassName
{
background-color: #DB84D1;
}
</style>
border-color css
<style>
span { border-color: #DB84D1; }
span { border-color: rgb(219,132,209); }
td.TdClassName
{
border-color: #DB84D1;
}
.TagClassName
{
border-color: #DB84D1;
}
</style>