Shades of Orchid #DB73C0
Tints of Orchid #DB73C0
RGB
CMYK
RGB Variations
Color information
#DB73C0 (or 0xDB73C0) is known color: Orchid. HEX triplet: DB, 73 and C0. RGB value is (219,115,192). Sum of RGB (Red+Green+Blue) = 219+115+192=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73C0 is #248C3F. Grayscale: #9A9A9A. Windows color (decimal): -2395200 or 12612571. OLE color: 12612571.
HSL color Cylindrical-coordinate representation of color #DB73C0: hue angle of 315.58º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB73C0 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 192 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.14 |
| HSL | 315.58º | 0.59% | 0.65% | - |
| HSV(B) | 315.58º | 0.47% | 0.86% | - |
| XYZ | 44.86 | 31.13 | 53.51 | - |
| YUV | 154.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 192 | 0 | 0.47 | 0.12 | 0.14 | 315.58 | 0.59 | 0.65 |
| Hex | DB | 73 | C0 | 0 | 2F | C | E | 13C | 3B | 41 |
| Octal | 333 | 163 | 300 | 0 | 57 | 14 | 16 | 474 | 73 | 101 |
| Binary | 11011011 | 1110011 | 11000000 | 0 | 101111 | 1100 | 1110 | 100111100 | 111011 | 1000001 |
Color Harmonies of #DB73C0
Complementary color
Monochromatic Colors of #DB73C0
Black with #DB73C0
Text Example
Text Example
White with #DB73C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB73C0; }
p { color: rgb(219,115,192); }
H1.HeaderClassName
{
color: #DB73C0;
}
.AnyTagClassName
{
color: #DB73C0;
}
</style>
background-color css
<style>
a { background-color: #DB73C0; }
a { background-color: rgb(219,115,192); }
div.DivClassName
{
background-color: #DB73C0;
}
.BgClassName
{
background-color: #DB73C0;
}
</style>
border-color css
<style>
span { border-color: #DB73C0; }
span { border-color: rgb(219,115,192); }
td.TdClassName
{
border-color: #DB73C0;
}
.TagClassName
{
border-color: #DB73C0;
}
</style>