Shades of Orchid #DB6DD5
Tints of Orchid #DB6DD5
RGB
CMYK
RGB Variations
Color information
#DB6DD5 (or 0xDB6DD5) is known color: Orchid. HEX triplet: DB, 6D and D5. RGB value is (219,109,213). Sum of RGB (Red+Green+Blue) = 219+109+213=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DD5 is #24922A. Grayscale: #999999. Windows color (decimal): -2396715 or 13987291. OLE color: 13987291.
HSL color Cylindrical-coordinate representation of color #DB6DD5: hue angle of 303.27º 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 #DB6DD5 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 213 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.14 |
| HSL | 303.27º | 0.6% | 0.64% | - |
| HSV(B) | 303.27º | 0.5% | 0.86% | - |
| XYZ | 46.69 | 30.8 | 66.44 | - |
| YUV | 153.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 213 | 0 | 0.50 | 0.03 | 0.14 | 303.27 | 0.6 | 0.64 |
| Hex | DB | 6D | D5 | 0 | 32 | 3 | E | 12F | 3C | 40 |
| Octal | 333 | 155 | 325 | 0 | 62 | 3 | 16 | 457 | 74 | 100 |
| Binary | 11011011 | 1101101 | 11010101 | 0 | 110010 | 11 | 1110 | 100101111 | 111100 | 1000000 |
Color Harmonies of #DB6DD5
Complementary color
Monochromatic Colors of #DB6DD5
Black with #DB6DD5
Text Example
Text Example
White with #DB6DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DD5; }
p { color: rgb(219,109,213); }
H1.HeaderClassName
{
color: #DB6DD5;
}
.AnyTagClassName
{
color: #DB6DD5;
}
</style>
background-color css
<style>
a { background-color: #DB6DD5; }
a { background-color: rgb(219,109,213); }
div.DivClassName
{
background-color: #DB6DD5;
}
.BgClassName
{
background-color: #DB6DD5;
}
</style>
border-color css
<style>
span { border-color: #DB6DD5; }
span { border-color: rgb(219,109,213); }
td.TdClassName
{
border-color: #DB6DD5;
}
.TagClassName
{
border-color: #DB6DD5;
}
</style>