Shades of Orchid #DB84D2
Tints of Orchid #DB84D2
RGB
CMYK
RGB Variations
Color information
#DB84D2 (or 0xDB84D2) is known color: Orchid. HEX triplet: DB, 84 and D2. RGB value is (219,132,210). Sum of RGB (Red+Green+Blue) = 219+132+210=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84D2 is #247B2D. Grayscale: #A6A6A6. Windows color (decimal): -2390830 or 13796571. OLE color: 13796571.
HSL color Cylindrical-coordinate representation of color #DB84D2: hue angle of 306.21º 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 #DB84D2 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 210 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.14 |
| HSL | 306.21º | 0.55% | 0.69% | - |
| HSV(B) | 306.21º | 0.4% | 0.86% | - |
| XYZ | 49.1 | 36.22 | 65.38 | - |
| YUV | 166.91 | 152.32 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 210 | 0 | 0.40 | 0.04 | 0.14 | 306.21 | 0.55 | 0.69 |
| Hex | DB | 84 | D2 | 0 | 28 | 4 | E | 132 | 37 | 45 |
| Octal | 333 | 204 | 322 | 0 | 50 | 4 | 16 | 462 | 67 | 105 |
| Binary | 11011011 | 10000100 | 11010010 | 0 | 101000 | 100 | 1110 | 100110010 | 110111 | 1000101 |
Color Harmonies of #DB84D2
Complementary color
Monochromatic Colors of #DB84D2
Black with #DB84D2
Text Example
Text Example
White with #DB84D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84D2; }
p { color: rgb(219,132,210); }
H1.HeaderClassName
{
color: #DB84D2;
}
.AnyTagClassName
{
color: #DB84D2;
}
</style>
background-color css
<style>
a { background-color: #DB84D2; }
a { background-color: rgb(219,132,210); }
div.DivClassName
{
background-color: #DB84D2;
}
.BgClassName
{
background-color: #DB84D2;
}
</style>
border-color css
<style>
span { border-color: #DB84D2; }
span { border-color: rgb(219,132,210); }
td.TdClassName
{
border-color: #DB84D2;
}
.TagClassName
{
border-color: #DB84D2;
}
</style>