Shades of Orchid #DB73BD
Tints of Orchid #DB73BD
RGB
CMYK
RGB Variations
Color information
#DB73BD (or 0xDB73BD) is known color: Orchid. HEX triplet: DB, 73 and BD. RGB value is (219,115,189). Sum of RGB (Red+Green+Blue) = 219+115+189=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73BD is #248C42. Grayscale: #9A9A9A. Windows color (decimal): -2395203 or 12415963. OLE color: 12415963.
HSL color Cylindrical-coordinate representation of color #DB73BD: hue angle of 317.31º 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 #DB73BD is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 189 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.14 |
| HSL | 317.31º | 0.59% | 0.65% | - |
| HSV(B) | 317.31º | 0.47% | 0.86% | - |
| XYZ | 44.53 | 31 | 51.78 | - |
| YUV | 154.53 | 147.46 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 189 | 0 | 0.47 | 0.14 | 0.14 | 317.31 | 0.59 | 0.65 |
| Hex | DB | 73 | BD | 0 | 2F | E | E | 13D | 3B | 41 |
| Octal | 333 | 163 | 275 | 0 | 57 | 16 | 16 | 475 | 73 | 101 |
| Binary | 11011011 | 1110011 | 10111101 | 0 | 101111 | 1110 | 1110 | 100111101 | 111011 | 1000001 |
Color Harmonies of #DB73BD
Complementary color
Monochromatic Colors of #DB73BD
Black with #DB73BD
Text Example
Text Example
White with #DB73BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB73BD; }
p { color: rgb(219,115,189); }
H1.HeaderClassName
{
color: #DB73BD;
}
.AnyTagClassName
{
color: #DB73BD;
}
</style>
background-color css
<style>
a { background-color: #DB73BD; }
a { background-color: rgb(219,115,189); }
div.DivClassName
{
background-color: #DB73BD;
}
.BgClassName
{
background-color: #DB73BD;
}
</style>
border-color css
<style>
span { border-color: #DB73BD; }
span { border-color: rgb(219,115,189); }
td.TdClassName
{
border-color: #DB73BD;
}
.TagClassName
{
border-color: #DB73BD;
}
</style>