Shades of Orchid #DB6EBC
Tints of Orchid #DB6EBC
RGB
CMYK
RGB Variations
Color information
#DB6EBC (or 0xDB6EBC) is known color: Orchid. HEX triplet: DB, 6E and BC. RGB value is (219,110,188). Sum of RGB (Red+Green+Blue) = 219+110+188=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6EBC is #249143. Grayscale: #979797. Windows color (decimal): -2396484 or 12349147. OLE color: 12349147.
HSL color Cylindrical-coordinate representation of color #DB6EBC: hue angle of 317.06º 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 #DB6EBC is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 188 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.14 |
| HSL | 317.06º | 0.6% | 0.65% | - |
| HSV(B) | 317.06º | 0.5% | 0.86% | - |
| XYZ | 43.87 | 29.84 | 51.03 | - |
| YUV | 151.48 | 148.61 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 188 | 0 | 0.50 | 0.14 | 0.14 | 317.06 | 0.6 | 0.65 |
| Hex | DB | 6E | BC | 0 | 32 | E | E | 13D | 3C | 41 |
| Octal | 333 | 156 | 274 | 0 | 62 | 16 | 16 | 475 | 74 | 101 |
| Binary | 11011011 | 1101110 | 10111100 | 0 | 110010 | 1110 | 1110 | 100111101 | 111100 | 1000001 |
Color Harmonies of #DB6EBC
Complementary color
Monochromatic Colors of #DB6EBC
Black with #DB6EBC
Text Example
Text Example
White with #DB6EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6EBC; }
p { color: rgb(219,110,188); }
H1.HeaderClassName
{
color: #DB6EBC;
}
.AnyTagClassName
{
color: #DB6EBC;
}
</style>
background-color css
<style>
a { background-color: #DB6EBC; }
a { background-color: rgb(219,110,188); }
div.DivClassName
{
background-color: #DB6EBC;
}
.BgClassName
{
background-color: #DB6EBC;
}
</style>
border-color css
<style>
span { border-color: #DB6EBC; }
span { border-color: rgb(219,110,188); }
td.TdClassName
{
border-color: #DB6EBC;
}
.TagClassName
{
border-color: #DB6EBC;
}
</style>