Shades of Orchid #DB84D4
Tints of Orchid #DB84D4
RGB
CMYK
RGB Variations
Color information
#DB84D4 (or 0xDB84D4) is known color: Orchid. HEX triplet: DB, 84 and D4. RGB value is (219,132,212). Sum of RGB (Red+Green+Blue) = 219+132+212=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84D4 is #247B2B. Grayscale: #A6A6A6. Windows color (decimal): -2390828 or 13927643. OLE color: 13927643.
HSL color Cylindrical-coordinate representation of color #DB84D4: hue angle of 304.83º 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 #DB84D4 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 212 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.14 |
| HSL | 304.83º | 0.55% | 0.69% | - |
| HSV(B) | 304.83º | 0.4% | 0.86% | - |
| XYZ | 49.35 | 36.32 | 66.7 | - |
| YUV | 167.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 212 | 0 | 0.40 | 0.03 | 0.14 | 304.83 | 0.55 | 0.69 |
| Hex | DB | 84 | D4 | 0 | 28 | 3 | E | 131 | 37 | 45 |
| Octal | 333 | 204 | 324 | 0 | 50 | 3 | 16 | 461 | 67 | 105 |
| Binary | 11011011 | 10000100 | 11010100 | 0 | 101000 | 11 | 1110 | 100110001 | 110111 | 1000101 |
Color Harmonies of #DB84D4
Complementary color
Monochromatic Colors of #DB84D4
Black with #DB84D4
Text Example
Text Example
White with #DB84D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84D4; }
p { color: rgb(219,132,212); }
H1.HeaderClassName
{
color: #DB84D4;
}
.AnyTagClassName
{
color: #DB84D4;
}
</style>
background-color css
<style>
a { background-color: #DB84D4; }
a { background-color: rgb(219,132,212); }
div.DivClassName
{
background-color: #DB84D4;
}
.BgClassName
{
background-color: #DB84D4;
}
</style>
border-color css
<style>
span { border-color: #DB84D4; }
span { border-color: rgb(219,132,212); }
td.TdClassName
{
border-color: #DB84D4;
}
.TagClassName
{
border-color: #DB84D4;
}
</style>