Shades of Orchid #DB84CE
Tints of Orchid #DB84CE
RGB
CMYK
RGB Variations
Color information
#DB84CE (or 0xDB84CE) is known color: Orchid. HEX triplet: DB, 84 and CE. RGB value is (219,132,206). Sum of RGB (Red+Green+Blue) = 219+132+206=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84CE is #247B31. Grayscale: #A6A6A6. Windows color (decimal): -2390834 or 13534427. OLE color: 13534427.
HSL color Cylindrical-coordinate representation of color #DB84CE: hue angle of 308.97º 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 #DB84CE is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 206 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.14 |
| HSL | 308.97º | 0.55% | 0.69% | - |
| HSV(B) | 308.97º | 0.4% | 0.86% | - |
| XYZ | 48.61 | 36.02 | 62.78 | - |
| YUV | 166.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 206 | 0 | 0.40 | 0.06 | 0.14 | 308.97 | 0.55 | 0.69 |
| Hex | DB | 84 | CE | 0 | 28 | 6 | E | 135 | 37 | 45 |
| Octal | 333 | 204 | 316 | 0 | 50 | 6 | 16 | 465 | 67 | 105 |
| Binary | 11011011 | 10000100 | 11001110 | 0 | 101000 | 110 | 1110 | 100110101 | 110111 | 1000101 |
Color Harmonies of #DB84CE
Complementary color
Monochromatic Colors of #DB84CE
Black with #DB84CE
Text Example
Text Example
White with #DB84CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84CE; }
p { color: rgb(219,132,206); }
H1.HeaderClassName
{
color: #DB84CE;
}
.AnyTagClassName
{
color: #DB84CE;
}
</style>
background-color css
<style>
a { background-color: #DB84CE; }
a { background-color: rgb(219,132,206); }
div.DivClassName
{
background-color: #DB84CE;
}
.BgClassName
{
background-color: #DB84CE;
}
</style>
border-color css
<style>
span { border-color: #DB84CE; }
span { border-color: rgb(219,132,206); }
td.TdClassName
{
border-color: #DB84CE;
}
.TagClassName
{
border-color: #DB84CE;
}
</style>