Shades of Orchid #DB84D5
Tints of Orchid #DB84D5
RGB
CMYK
RGB Variations
Color information
#DB84D5 (or 0xDB84D5) is known color: Orchid. HEX triplet: DB, 84 and D5. RGB value is (219,132,213). Sum of RGB (Red+Green+Blue) = 219+132+213=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84D5 is #247B2A. Grayscale: #A7A7A7. Windows color (decimal): -2390827 or 13993179. OLE color: 13993179.
HSL color Cylindrical-coordinate representation of color #DB84D5: hue angle of 304.14º 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 #DB84D5 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 213 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.14 |
| HSL | 304.14º | 0.55% | 0.69% | - |
| HSV(B) | 304.14º | 0.4% | 0.86% | - |
| XYZ | 49.47 | 36.37 | 67.36 | - |
| YUV | 167.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 213 | 0 | 0.40 | 0.03 | 0.14 | 304.14 | 0.55 | 0.69 |
| Hex | DB | 84 | D5 | 0 | 28 | 3 | E | 130 | 37 | 45 |
| Octal | 333 | 204 | 325 | 0 | 50 | 3 | 16 | 460 | 67 | 105 |
| Binary | 11011011 | 10000100 | 11010101 | 0 | 101000 | 11 | 1110 | 100110000 | 110111 | 1000101 |
Color Harmonies of #DB84D5
Complementary color
Monochromatic Colors of #DB84D5
Black with #DB84D5
Text Example
Text Example
White with #DB84D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84D5; }
p { color: rgb(219,132,213); }
H1.HeaderClassName
{
color: #DB84D5;
}
.AnyTagClassName
{
color: #DB84D5;
}
</style>
background-color css
<style>
a { background-color: #DB84D5; }
a { background-color: rgb(219,132,213); }
div.DivClassName
{
background-color: #DB84D5;
}
.BgClassName
{
background-color: #DB84D5;
}
</style>
border-color css
<style>
span { border-color: #DB84D5; }
span { border-color: rgb(219,132,213); }
td.TdClassName
{
border-color: #DB84D5;
}
.TagClassName
{
border-color: #DB84D5;
}
</style>