Shades of Orchid #DB73D3
Tints of Orchid #DB73D3
RGB
CMYK
RGB Variations
Color information
#DB73D3 (or 0xDB73D3) is known color: Orchid. HEX triplet: DB, 73 and D3. RGB value is (219,115,211). Sum of RGB (Red+Green+Blue) = 219+115+211=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73D3 is #248C2C. Grayscale: #9C9C9C. Windows color (decimal): -2395181 or 13857755. OLE color: 13857755.
HSL color Cylindrical-coordinate representation of color #DB73D3: hue angle of 304.62º 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 #DB73D3 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 211 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.14 |
| HSL | 304.62º | 0.59% | 0.65% | - |
| HSV(B) | 304.62º | 0.47% | 0.86% | - |
| XYZ | 47.1 | 32.02 | 65.33 | - |
| YUV | 157.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 211 | 0 | 0.47 | 0.04 | 0.14 | 304.62 | 0.59 | 0.65 |
| Hex | DB | 73 | D3 | 0 | 2F | 4 | E | 131 | 3B | 41 |
| Octal | 333 | 163 | 323 | 0 | 57 | 4 | 16 | 461 | 73 | 101 |
| Binary | 11011011 | 1110011 | 11010011 | 0 | 101111 | 100 | 1110 | 100110001 | 111011 | 1000001 |
Color Harmonies of #DB73D3
Complementary color
Monochromatic Colors of #DB73D3
Black with #DB73D3
Text Example
Text Example
White with #DB73D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB73D3; }
p { color: rgb(219,115,211); }
H1.HeaderClassName
{
color: #DB73D3;
}
.AnyTagClassName
{
color: #DB73D3;
}
</style>
background-color css
<style>
a { background-color: #DB73D3; }
a { background-color: rgb(219,115,211); }
div.DivClassName
{
background-color: #DB73D3;
}
.BgClassName
{
background-color: #DB73D3;
}
</style>
border-color css
<style>
span { border-color: #DB73D3; }
span { border-color: rgb(219,115,211); }
td.TdClassName
{
border-color: #DB73D3;
}
.TagClassName
{
border-color: #DB73D3;
}
</style>