Shades of Orchid #DB6ED3
Tints of Orchid #DB6ED3
RGB
CMYK
RGB Variations
Color information
#DB6ED3 (or 0xDB6ED3) is known color: Orchid. HEX triplet: DB, 6E and D3. RGB value is (219,110,211). Sum of RGB (Red+Green+Blue) = 219+110+211=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6ED3 is #24912C. Grayscale: #999999. Windows color (decimal): -2396461 or 13856475. OLE color: 13856475.
HSL color Cylindrical-coordinate representation of color #DB6ED3: hue angle of 304.4º 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 #DB6ED3 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 211 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.14 |
| HSL | 304.4º | 0.6% | 0.65% | - |
| HSV(B) | 304.4º | 0.5% | 0.86% | - |
| XYZ | 46.55 | 30.92 | 65.14 | - |
| YUV | 154.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 211 | 0 | 0.50 | 0.04 | 0.14 | 304.4 | 0.6 | 0.65 |
| Hex | DB | 6E | D3 | 0 | 32 | 4 | E | 130 | 3C | 41 |
| Octal | 333 | 156 | 323 | 0 | 62 | 4 | 16 | 460 | 74 | 101 |
| Binary | 11011011 | 1101110 | 11010011 | 0 | 110010 | 100 | 1110 | 100110000 | 111100 | 1000001 |
Color Harmonies of #DB6ED3
Complementary color
Monochromatic Colors of #DB6ED3
Black with #DB6ED3
Text Example
Text Example
White with #DB6ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6ED3; }
p { color: rgb(219,110,211); }
H1.HeaderClassName
{
color: #DB6ED3;
}
.AnyTagClassName
{
color: #DB6ED3;
}
</style>
background-color css
<style>
a { background-color: #DB6ED3; }
a { background-color: rgb(219,110,211); }
div.DivClassName
{
background-color: #DB6ED3;
}
.BgClassName
{
background-color: #DB6ED3;
}
</style>
border-color css
<style>
span { border-color: #DB6ED3; }
span { border-color: rgb(219,110,211); }
td.TdClassName
{
border-color: #DB6ED3;
}
.TagClassName
{
border-color: #DB6ED3;
}
</style>