Shades of Orchid #DB6ED9
Tints of Orchid #DB6ED9
RGB
CMYK
RGB Variations
Color information
#DB6ED9 (or 0xDB6ED9) is known color: Orchid. HEX triplet: DB, 6E and D9. RGB value is (219,110,217). Sum of RGB (Red+Green+Blue) = 219+110+217=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6ED9 is #249126. Grayscale: #9A9A9A. Windows color (decimal): -2396455 or 14249691. OLE color: 14249691.
HSL color Cylindrical-coordinate representation of color #DB6ED9: hue angle of 301.1º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6ED9 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 217 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.14 |
| HSL | 301.1º | 0.6% | 0.65% | - |
| HSV(B) | 301.1º | 0.5% | 0.86% | - |
| XYZ | 47.31 | 31.22 | 69.18 | - |
| YUV | 154.79 | 163.11 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 217 | 0 | 0.50 | 0.01 | 0.14 | 301.1 | 0.6 | 0.65 |
| Hex | DB | 6E | D9 | 0 | 32 | 1 | E | 12D | 3C | 41 |
| Octal | 333 | 156 | 331 | 0 | 62 | 1 | 16 | 455 | 74 | 101 |
| Binary | 11011011 | 1101110 | 11011001 | 0 | 110010 | 1 | 1110 | 100101101 | 111100 | 1000001 |
Color Harmonies of #DB6ED9
Complementary color
Monochromatic Colors of #DB6ED9
Black with #DB6ED9
Text Example
Text Example
White with #DB6ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6ED9; }
p { color: rgb(219,110,217); }
H1.HeaderClassName
{
color: #DB6ED9;
}
.AnyTagClassName
{
color: #DB6ED9;
}
</style>
background-color css
<style>
a { background-color: #DB6ED9; }
a { background-color: rgb(219,110,217); }
div.DivClassName
{
background-color: #DB6ED9;
}
.BgClassName
{
background-color: #DB6ED9;
}
</style>
border-color css
<style>
span { border-color: #DB6ED9; }
span { border-color: rgb(219,110,217); }
td.TdClassName
{
border-color: #DB6ED9;
}
.TagClassName
{
border-color: #DB6ED9;
}
</style>