Shades of Orchid #DB6ED1
Tints of Orchid #DB6ED1
RGB
CMYK
RGB Variations
Color information
#DB6ED1 (or 0xDB6ED1) is known color: Orchid. HEX triplet: DB, 6E and D1. RGB value is (219,110,209). Sum of RGB (Red+Green+Blue) = 219+110+209=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6ED1 is #24912E. Grayscale: #999999. Windows color (decimal): -2396463 or 13725403. OLE color: 13725403.
HSL color Cylindrical-coordinate representation of color #DB6ED1: hue angle of 305.5º 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 #DB6ED1 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 209 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.14 |
| HSL | 305.5º | 0.6% | 0.65% | - |
| HSV(B) | 305.5º | 0.5% | 0.86% | - |
| XYZ | 46.3 | 30.82 | 63.83 | - |
| YUV | 153.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 209 | 0 | 0.50 | 0.05 | 0.14 | 305.5 | 0.6 | 0.65 |
| Hex | DB | 6E | D1 | 0 | 32 | 5 | E | 132 | 3C | 41 |
| Octal | 333 | 156 | 321 | 0 | 62 | 5 | 16 | 462 | 74 | 101 |
| Binary | 11011011 | 1101110 | 11010001 | 0 | 110010 | 101 | 1110 | 100110010 | 111100 | 1000001 |
Color Harmonies of #DB6ED1
Complementary color
Monochromatic Colors of #DB6ED1
Black with #DB6ED1
Text Example
Text Example
White with #DB6ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6ED1; }
p { color: rgb(219,110,209); }
H1.HeaderClassName
{
color: #DB6ED1;
}
.AnyTagClassName
{
color: #DB6ED1;
}
</style>
background-color css
<style>
a { background-color: #DB6ED1; }
a { background-color: rgb(219,110,209); }
div.DivClassName
{
background-color: #DB6ED1;
}
.BgClassName
{
background-color: #DB6ED1;
}
</style>
border-color css
<style>
span { border-color: #DB6ED1; }
span { border-color: rgb(219,110,209); }
td.TdClassName
{
border-color: #DB6ED1;
}
.TagClassName
{
border-color: #DB6ED1;
}
</style>