Shades of Orchid #DB7EDC
Tints of Orchid #DB7EDC
RGB
CMYK
RGB Variations
Color information
#DB7EDC (or 0xDB7EDC) is known color: Orchid. HEX triplet: DB, 7E and DC. RGB value is (219,126,220). Sum of RGB (Red+Green+Blue) = 219+126+220=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB7EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EDC is #248123. Grayscale: #A4A4A4. Windows color (decimal): -2392356 or 14450395. OLE color: 14450395.
HSL color Cylindrical-coordinate representation of color #DB7EDC: hue angle of 299.36º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7EDC is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 220 | - |
| CMYK | 0.00 | 0.43 | 0 | 0.14 |
| HSL | 299.36º | 0.57% | 0.68% | - |
| HSV(B) | 299.36º | 0.43% | 0.86% | - |
| XYZ | 49.59 | 35.15 | 71.88 | - |
| YUV | 164.52 | 159.31 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 220 | 0.00 | 0.43 | 0 | 0.14 | 299.36 | 0.57 | 0.68 |
| Hex | DB | 7E | DC | 0 | 2B | 0 | E | 12B | 39 | 44 |
| Octal | 333 | 176 | 334 | 0 | 53 | 0 | 16 | 453 | 71 | 104 |
| Binary | 11011011 | 1111110 | 11011100 | 0 | 101011 | 0 | 1110 | 100101011 | 111001 | 1000100 |
Color Harmonies of #DB7EDC
Complementary color
Monochromatic Colors of #DB7EDC
Black with #DB7EDC
Text Example
Text Example
White with #DB7EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7EDC; }
p { color: rgb(219,126,220); }
H1.HeaderClassName
{
color: #DB7EDC;
}
.AnyTagClassName
{
color: #DB7EDC;
}
</style>
background-color css
<style>
a { background-color: #DB7EDC; }
a { background-color: rgb(219,126,220); }
div.DivClassName
{
background-color: #DB7EDC;
}
.BgClassName
{
background-color: #DB7EDC;
}
</style>
border-color css
<style>
span { border-color: #DB7EDC; }
span { border-color: rgb(219,126,220); }
td.TdClassName
{
border-color: #DB7EDC;
}
.TagClassName
{
border-color: #DB7EDC;
}
</style>