Shades of Orchid #DB73D1
Tints of Orchid #DB73D1
RGB
CMYK
RGB Variations
Color information
#DB73D1 (or 0xDB73D1) is known color: Orchid. HEX triplet: DB, 73 and D1. RGB value is (219,115,209). Sum of RGB (Red+Green+Blue) = 219+115+209=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73D1 is #248C2E. Grayscale: #9C9C9C. Windows color (decimal): -2395183 or 13726683. OLE color: 13726683.
HSL color Cylindrical-coordinate representation of color #DB73D1: hue angle of 305.77º 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 #DB73D1 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 209 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.14 |
| HSL | 305.77º | 0.59% | 0.65% | - |
| HSV(B) | 305.77º | 0.47% | 0.86% | - |
| XYZ | 46.85 | 31.92 | 64.01 | - |
| YUV | 156.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 209 | 0 | 0.47 | 0.05 | 0.14 | 305.77 | 0.59 | 0.65 |
| Hex | DB | 73 | D1 | 0 | 2F | 5 | E | 132 | 3B | 41 |
| Octal | 333 | 163 | 321 | 0 | 57 | 5 | 16 | 462 | 73 | 101 |
| Binary | 11011011 | 1110011 | 11010001 | 0 | 101111 | 101 | 1110 | 100110010 | 111011 | 1000001 |
Color Harmonies of #DB73D1
Complementary color
Monochromatic Colors of #DB73D1
Black with #DB73D1
Text Example
Text Example
White with #DB73D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB73D1; }
p { color: rgb(219,115,209); }
H1.HeaderClassName
{
color: #DB73D1;
}
.AnyTagClassName
{
color: #DB73D1;
}
</style>
background-color css
<style>
a { background-color: #DB73D1; }
a { background-color: rgb(219,115,209); }
div.DivClassName
{
background-color: #DB73D1;
}
.BgClassName
{
background-color: #DB73D1;
}
</style>
border-color css
<style>
span { border-color: #DB73D1; }
span { border-color: rgb(219,115,209); }
td.TdClassName
{
border-color: #DB73D1;
}
.TagClassName
{
border-color: #DB73D1;
}
</style>