Shades of Orchid #DB6ED4
Tints of Orchid #DB6ED4
RGB
CMYK
RGB Variations
Color information
#DB6ED4 (or 0xDB6ED4) is known color: Orchid. HEX triplet: DB, 6E and D4. RGB value is (219,110,212). Sum of RGB (Red+Green+Blue) = 219+110+212=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6ED4 is #24912B. Grayscale: #999999. Windows color (decimal): -2396460 or 13922011. OLE color: 13922011.
HSL color Cylindrical-coordinate representation of color #DB6ED4: hue angle of 303.85º 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 #DB6ED4 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 212 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.14 |
| HSL | 303.85º | 0.6% | 0.65% | - |
| HSV(B) | 303.85º | 0.5% | 0.86% | - |
| XYZ | 46.67 | 30.97 | 65.8 | - |
| YUV | 154.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 212 | 0 | 0.50 | 0.03 | 0.14 | 303.85 | 0.6 | 0.65 |
| Hex | DB | 6E | D4 | 0 | 32 | 3 | E | 130 | 3C | 41 |
| Octal | 333 | 156 | 324 | 0 | 62 | 3 | 16 | 460 | 74 | 101 |
| Binary | 11011011 | 1101110 | 11010100 | 0 | 110010 | 11 | 1110 | 100110000 | 111100 | 1000001 |
Color Harmonies of #DB6ED4
Complementary color
Monochromatic Colors of #DB6ED4
Black with #DB6ED4
Text Example
Text Example
White with #DB6ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6ED4; }
p { color: rgb(219,110,212); }
H1.HeaderClassName
{
color: #DB6ED4;
}
.AnyTagClassName
{
color: #DB6ED4;
}
</style>
background-color css
<style>
a { background-color: #DB6ED4; }
a { background-color: rgb(219,110,212); }
div.DivClassName
{
background-color: #DB6ED4;
}
.BgClassName
{
background-color: #DB6ED4;
}
</style>
border-color css
<style>
span { border-color: #DB6ED4; }
span { border-color: rgb(219,110,212); }
td.TdClassName
{
border-color: #DB6ED4;
}
.TagClassName
{
border-color: #DB6ED4;
}
</style>