Shades of Orchid #DB84D6
Tints of Orchid #DB84D6
RGB
CMYK
RGB Variations
Color information
#DB84D6 (or 0xDB84D6) is known color: Orchid. HEX triplet: DB, 84 and D6. RGB value is (219,132,214). Sum of RGB (Red+Green+Blue) = 219+132+214=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84D6 is #247B29. Grayscale: #A7A7A7. Windows color (decimal): -2390826 or 14058715. OLE color: 14058715.
HSL color Cylindrical-coordinate representation of color #DB84D6: hue angle of 303.45º 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 #DB84D6 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 214 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.14 |
| HSL | 303.45º | 0.55% | 0.69% | - |
| HSV(B) | 303.45º | 0.4% | 0.86% | - |
| XYZ | 49.6 | 36.42 | 68.03 | - |
| YUV | 167.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 214 | 0 | 0.40 | 0.02 | 0.14 | 303.45 | 0.55 | 0.69 |
| Hex | DB | 84 | D6 | 0 | 28 | 2 | E | 12F | 37 | 45 |
| Octal | 333 | 204 | 326 | 0 | 50 | 2 | 16 | 457 | 67 | 105 |
| Binary | 11011011 | 10000100 | 11010110 | 0 | 101000 | 10 | 1110 | 100101111 | 110111 | 1000101 |
Color Harmonies of #DB84D6
Complementary color
Monochromatic Colors of #DB84D6
Black with #DB84D6
Text Example
Text Example
White with #DB84D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84D6; }
p { color: rgb(219,132,214); }
H1.HeaderClassName
{
color: #DB84D6;
}
.AnyTagClassName
{
color: #DB84D6;
}
</style>
background-color css
<style>
a { background-color: #DB84D6; }
a { background-color: rgb(219,132,214); }
div.DivClassName
{
background-color: #DB84D6;
}
.BgClassName
{
background-color: #DB84D6;
}
</style>
border-color css
<style>
span { border-color: #DB84D6; }
span { border-color: rgb(219,132,214); }
td.TdClassName
{
border-color: #DB84D6;
}
.TagClassName
{
border-color: #DB84D6;
}
</style>