Shades of Orchid #DB73BF
Tints of Orchid #DB73BF
RGB
CMYK
RGB Variations
Color information
#DB73BF (or 0xDB73BF) is known color: Orchid. HEX triplet: DB, 73 and BF. RGB value is (219,115,191). Sum of RGB (Red+Green+Blue) = 219+115+191=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73BF is #248C40. Grayscale: #9A9A9A. Windows color (decimal): -2395201 or 12547035. OLE color: 12547035.
HSL color Cylindrical-coordinate representation of color #DB73BF: hue angle of 316.15º 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 #DB73BF is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 191 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.14 |
| HSL | 316.15º | 0.59% | 0.65% | - |
| HSV(B) | 316.15º | 0.47% | 0.86% | - |
| XYZ | 44.75 | 31.08 | 52.93 | - |
| YUV | 154.76 | 148.46 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 191 | 0 | 0.47 | 0.13 | 0.14 | 316.15 | 0.59 | 0.65 |
| Hex | DB | 73 | BF | 0 | 2F | D | E | 13C | 3B | 41 |
| Octal | 333 | 163 | 277 | 0 | 57 | 15 | 16 | 474 | 73 | 101 |
| Binary | 11011011 | 1110011 | 10111111 | 0 | 101111 | 1101 | 1110 | 100111100 | 111011 | 1000001 |
Color Harmonies of #DB73BF
Complementary color
Monochromatic Colors of #DB73BF
Black with #DB73BF
Text Example
Text Example
White with #DB73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB73BF; }
p { color: rgb(219,115,191); }
H1.HeaderClassName
{
color: #DB73BF;
}
.AnyTagClassName
{
color: #DB73BF;
}
</style>
background-color css
<style>
a { background-color: #DB73BF; }
a { background-color: rgb(219,115,191); }
div.DivClassName
{
background-color: #DB73BF;
}
.BgClassName
{
background-color: #DB73BF;
}
</style>
border-color css
<style>
span { border-color: #DB73BF; }
span { border-color: rgb(219,115,191); }
td.TdClassName
{
border-color: #DB73BF;
}
.TagClassName
{
border-color: #DB73BF;
}
</style>