Shades of Orchid #DB6DD0
Tints of Orchid #DB6DD0
RGB
CMYK
RGB Variations
Color information
#DB6DD0 (or 0xDB6DD0) is known color: Orchid. HEX triplet: DB, 6D and D0. RGB value is (219,109,208). Sum of RGB (Red+Green+Blue) = 219+109+208=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DD0 is #24922F. Grayscale: #989898. Windows color (decimal): -2396720 or 13659611. OLE color: 13659611.
HSL color Cylindrical-coordinate representation of color #DB6DD0: hue angle of 306º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6DD0 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 208 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.14 |
| HSL | 306º | 0.6% | 0.64% | - |
| HSV(B) | 306º | 0.5% | 0.86% | - |
| XYZ | 46.07 | 30.55 | 63.14 | - |
| YUV | 153.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 208 | 0 | 0.50 | 0.05 | 0.14 | 306 | 0.6 | 0.64 |
| Hex | DB | 6D | D0 | 0 | 32 | 5 | E | 132 | 3C | 40 |
| Octal | 333 | 155 | 320 | 0 | 62 | 5 | 16 | 462 | 74 | 100 |
| Binary | 11011011 | 1101101 | 11010000 | 0 | 110010 | 101 | 1110 | 100110010 | 111100 | 1000000 |
Color Harmonies of #DB6DD0
Complementary color
Monochromatic Colors of #DB6DD0
Black with #DB6DD0
Text Example
Text Example
White with #DB6DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DD0; }
p { color: rgb(219,109,208); }
H1.HeaderClassName
{
color: #DB6DD0;
}
.AnyTagClassName
{
color: #DB6DD0;
}
</style>
background-color css
<style>
a { background-color: #DB6DD0; }
a { background-color: rgb(219,109,208); }
div.DivClassName
{
background-color: #DB6DD0;
}
.BgClassName
{
background-color: #DB6DD0;
}
</style>
border-color css
<style>
span { border-color: #DB6DD0; }
span { border-color: rgb(219,109,208); }
td.TdClassName
{
border-color: #DB6DD0;
}
.TagClassName
{
border-color: #DB6DD0;
}
</style>