Shades of Orchid #DB73D4
Tints of Orchid #DB73D4
RGB
CMYK
RGB Variations
Color information
#DB73D4 (or 0xDB73D4) is known color: Orchid. HEX triplet: DB, 73 and D4. RGB value is (219,115,212). Sum of RGB (Red+Green+Blue) = 219+115+212=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73D4 is #248C2B. Grayscale: #9C9C9C. Windows color (decimal): -2395180 or 13923291. OLE color: 13923291.
HSL color Cylindrical-coordinate representation of color #DB73D4: hue angle of 304.04º 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 #DB73D4 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 212 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.14 |
| HSL | 304.04º | 0.59% | 0.65% | - |
| HSV(B) | 304.04º | 0.47% | 0.86% | - |
| XYZ | 47.23 | 32.08 | 65.99 | - |
| YUV | 157.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 212 | 0 | 0.47 | 0.03 | 0.14 | 304.04 | 0.59 | 0.65 |
| Hex | DB | 73 | D4 | 0 | 2F | 3 | E | 130 | 3B | 41 |
| Octal | 333 | 163 | 324 | 0 | 57 | 3 | 16 | 460 | 73 | 101 |
| Binary | 11011011 | 1110011 | 11010100 | 0 | 101111 | 11 | 1110 | 100110000 | 111011 | 1000001 |
Color Harmonies of #DB73D4
Complementary color
Monochromatic Colors of #DB73D4
Black with #DB73D4
Text Example
Text Example
White with #DB73D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB73D4; }
p { color: rgb(219,115,212); }
H1.HeaderClassName
{
color: #DB73D4;
}
.AnyTagClassName
{
color: #DB73D4;
}
</style>
background-color css
<style>
a { background-color: #DB73D4; }
a { background-color: rgb(219,115,212); }
div.DivClassName
{
background-color: #DB73D4;
}
.BgClassName
{
background-color: #DB73D4;
}
</style>
border-color css
<style>
span { border-color: #DB73D4; }
span { border-color: rgb(219,115,212); }
td.TdClassName
{
border-color: #DB73D4;
}
.TagClassName
{
border-color: #DB73D4;
}
</style>