Shades of Orchid #DB7ED6
Tints of Orchid #DB7ED6
RGB
CMYK
RGB Variations
Color information
#DB7ED6 (or 0xDB7ED6) is known color: Orchid. HEX triplet: DB, 7E and D6. RGB value is (219,126,214). Sum of RGB (Red+Green+Blue) = 219+126+214=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ED6 is #248129. Grayscale: #A3A3A3. Windows color (decimal): -2392362 or 14057179. OLE color: 14057179.
HSL color Cylindrical-coordinate representation of color #DB7ED6: hue angle of 303.23º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7ED6 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 214 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.14 |
| HSL | 303.23º | 0.56% | 0.68% | - |
| HSV(B) | 303.23º | 0.42% | 0.86% | - |
| XYZ | 48.81 | 34.84 | 67.77 | - |
| YUV | 163.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 214 | 0 | 0.42 | 0.02 | 0.14 | 303.23 | 0.56 | 0.68 |
| Hex | DB | 7E | D6 | 0 | 2A | 2 | E | 12F | 38 | 44 |
| Octal | 333 | 176 | 326 | 0 | 52 | 2 | 16 | 457 | 70 | 104 |
| Binary | 11011011 | 1111110 | 11010110 | 0 | 101010 | 10 | 1110 | 100101111 | 111000 | 1000100 |
Color Harmonies of #DB7ED6
Complementary color
Monochromatic Colors of #DB7ED6
Black with #DB7ED6
Text Example
Text Example
White with #DB7ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7ED6; }
p { color: rgb(219,126,214); }
H1.HeaderClassName
{
color: #DB7ED6;
}
.AnyTagClassName
{
color: #DB7ED6;
}
</style>
background-color css
<style>
a { background-color: #DB7ED6; }
a { background-color: rgb(219,126,214); }
div.DivClassName
{
background-color: #DB7ED6;
}
.BgClassName
{
background-color: #DB7ED6;
}
</style>
border-color css
<style>
span { border-color: #DB7ED6; }
span { border-color: rgb(219,126,214); }
td.TdClassName
{
border-color: #DB7ED6;
}
.TagClassName
{
border-color: #DB7ED6;
}
</style>