Shades of Orchid #DB6AE9
Tints of Orchid #DB6AE9
RGB
CMYK
RGB Variations
Color information
#DB6AE9 (or 0xDB6AE9) is known color: Orchid. HEX triplet: DB, 6A and E9. RGB value is (219,106,233). Sum of RGB (Red+Green+Blue) = 219+106+233=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB6AE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6AE9 is #249516. Grayscale: #999999. Windows color (decimal): -2397463 or 15297243. OLE color: 15297243.
HSL color Cylindrical-coordinate representation of color #DB6AE9: hue angle of 293.39º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6AE9 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 106 | 233 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.09 |
| HSL | 293.39º | 0.74% | 0.66% | - |
| HSV(B) | 293.39º | 0.55% | 0.91% | - |
| XYZ | 49.08 | 31.25 | 80.54 | - |
| YUV | 154.27 | 172.44 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 233 | 0.06 | 0.55 | 0 | 0.09 | 293.39 | 0.74 | 0.66 |
| Hex | DB | 6A | E9 | 6 | 37 | 0 | 9 | 125 | 4A | 42 |
| Octal | 333 | 152 | 351 | 6 | 67 | 0 | 11 | 445 | 112 | 102 |
| Binary | 11011011 | 1101010 | 11101001 | 110 | 110111 | 0 | 1001 | 100100101 | 1001010 | 1000010 |
Color Harmonies of #DB6AE9
Complementary color
Monochromatic Colors of #DB6AE9
Black with #DB6AE9
Text Example
Text Example
White with #DB6AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6AE9; }
p { color: rgb(219,106,233); }
H1.HeaderClassName
{
color: #DB6AE9;
}
.AnyTagClassName
{
color: #DB6AE9;
}
</style>
background-color css
<style>
a { background-color: #DB6AE9; }
a { background-color: rgb(219,106,233); }
div.DivClassName
{
background-color: #DB6AE9;
}
.BgClassName
{
background-color: #DB6AE9;
}
</style>
border-color css
<style>
span { border-color: #DB6AE9; }
span { border-color: rgb(219,106,233); }
td.TdClassName
{
border-color: #DB6AE9;
}
.TagClassName
{
border-color: #DB6AE9;
}
</style>