Shades of Orchid #DB6DD7
Tints of Orchid #DB6DD7
RGB
CMYK
RGB Variations
Color information
#DB6DD7 (or 0xDB6DD7) is known color: Orchid. HEX triplet: DB, 6D and D7. RGB value is (219,109,215). Sum of RGB (Red+Green+Blue) = 219+109+215=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DD7 is #249228. Grayscale: #999999. Windows color (decimal): -2396713 or 14118363. OLE color: 14118363.
HSL color Cylindrical-coordinate representation of color #DB6DD7: hue angle of 302.18º 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 #DB6DD7 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 215 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.14 |
| HSL | 302.18º | 0.6% | 0.64% | - |
| HSV(B) | 302.18º | 0.5% | 0.86% | - |
| XYZ | 46.95 | 30.9 | 67.78 | - |
| YUV | 153.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 215 | 0 | 0.50 | 0.02 | 0.14 | 302.18 | 0.6 | 0.64 |
| Hex | DB | 6D | D7 | 0 | 32 | 2 | E | 12E | 3C | 40 |
| Octal | 333 | 155 | 327 | 0 | 62 | 2 | 16 | 456 | 74 | 100 |
| Binary | 11011011 | 1101101 | 11010111 | 0 | 110010 | 10 | 1110 | 100101110 | 111100 | 1000000 |
Color Harmonies of #DB6DD7
Complementary color
Monochromatic Colors of #DB6DD7
Black with #DB6DD7
Text Example
Text Example
White with #DB6DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DD7; }
p { color: rgb(219,109,215); }
H1.HeaderClassName
{
color: #DB6DD7;
}
.AnyTagClassName
{
color: #DB6DD7;
}
</style>
background-color css
<style>
a { background-color: #DB6DD7; }
a { background-color: rgb(219,109,215); }
div.DivClassName
{
background-color: #DB6DD7;
}
.BgClassName
{
background-color: #DB6DD7;
}
</style>
border-color css
<style>
span { border-color: #DB6DD7; }
span { border-color: rgb(219,109,215); }
td.TdClassName
{
border-color: #DB6DD7;
}
.TagClassName
{
border-color: #DB6DD7;
}
</style>