Shades of Orchid #DB6EC0
Tints of Orchid #DB6EC0
RGB
CMYK
RGB Variations
Color information
#DB6EC0 (or 0xDB6EC0) is known color: Orchid. HEX triplet: DB, 6E and C0. RGB value is (219,110,192). Sum of RGB (Red+Green+Blue) = 219+110+192=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6EC0 is #24913F. Grayscale: #979797. Windows color (decimal): -2396480 or 12611291. OLE color: 12611291.
HSL color Cylindrical-coordinate representation of color #DB6EC0: hue angle of 314.86º 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 #DB6EC0 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 192 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.14 |
| HSL | 314.86º | 0.6% | 0.65% | - |
| HSV(B) | 314.86º | 0.5% | 0.86% | - |
| XYZ | 44.3 | 30.02 | 53.33 | - |
| YUV | 151.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 192 | 0 | 0.50 | 0.12 | 0.14 | 314.86 | 0.6 | 0.65 |
| Hex | DB | 6E | C0 | 0 | 32 | C | E | 13B | 3C | 41 |
| Octal | 333 | 156 | 300 | 0 | 62 | 14 | 16 | 473 | 74 | 101 |
| Binary | 11011011 | 1101110 | 11000000 | 0 | 110010 | 1100 | 1110 | 100111011 | 111100 | 1000001 |
Color Harmonies of #DB6EC0
Complementary color
Monochromatic Colors of #DB6EC0
Black with #DB6EC0
Text Example
Text Example
White with #DB6EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6EC0; }
p { color: rgb(219,110,192); }
H1.HeaderClassName
{
color: #DB6EC0;
}
.AnyTagClassName
{
color: #DB6EC0;
}
</style>
background-color css
<style>
a { background-color: #DB6EC0; }
a { background-color: rgb(219,110,192); }
div.DivClassName
{
background-color: #DB6EC0;
}
.BgClassName
{
background-color: #DB6EC0;
}
</style>
border-color css
<style>
span { border-color: #DB6EC0; }
span { border-color: rgb(219,110,192); }
td.TdClassName
{
border-color: #DB6EC0;
}
.TagClassName
{
border-color: #DB6EC0;
}
</style>