Shades of Orchid #DB84CD
Tints of Orchid #DB84CD
RGB
CMYK
RGB Variations
Color information
#DB84CD (or 0xDB84CD) is known color: Orchid. HEX triplet: DB, 84 and CD. RGB value is (219,132,205). Sum of RGB (Red+Green+Blue) = 219+132+205=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84CD is #247B32. Grayscale: #A6A6A6. Windows color (decimal): -2390835 or 13468891. OLE color: 13468891.
HSL color Cylindrical-coordinate representation of color #DB84CD: hue angle of 309.66º 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 #DB84CD is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 205 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.14 |
| HSL | 309.66º | 0.55% | 0.69% | - |
| HSV(B) | 309.66º | 0.4% | 0.86% | - |
| XYZ | 48.48 | 35.97 | 62.15 | - |
| YUV | 166.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 205 | 0 | 0.40 | 0.06 | 0.14 | 309.66 | 0.55 | 0.69 |
| Hex | DB | 84 | CD | 0 | 28 | 6 | E | 136 | 37 | 45 |
| Octal | 333 | 204 | 315 | 0 | 50 | 6 | 16 | 466 | 67 | 105 |
| Binary | 11011011 | 10000100 | 11001101 | 0 | 101000 | 110 | 1110 | 100110110 | 110111 | 1000101 |
Color Harmonies of #DB84CD
Complementary color
Monochromatic Colors of #DB84CD
Black with #DB84CD
Text Example
Text Example
White with #DB84CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84CD; }
p { color: rgb(219,132,205); }
H1.HeaderClassName
{
color: #DB84CD;
}
.AnyTagClassName
{
color: #DB84CD;
}
</style>
background-color css
<style>
a { background-color: #DB84CD; }
a { background-color: rgb(219,132,205); }
div.DivClassName
{
background-color: #DB84CD;
}
.BgClassName
{
background-color: #DB84CD;
}
</style>
border-color css
<style>
span { border-color: #DB84CD; }
span { border-color: rgb(219,132,205); }
td.TdClassName
{
border-color: #DB84CD;
}
.TagClassName
{
border-color: #DB84CD;
}
</style>