Shades of Orchid #DB73CF
Tints of Orchid #DB73CF
RGB
CMYK
RGB Variations
Color information
#DB73CF (or 0xDB73CF) is known color: Orchid. HEX triplet: DB, 73 and CF. RGB value is (219,115,207). Sum of RGB (Red+Green+Blue) = 219+115+207=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73CF is #248C30. Grayscale: #9C9C9C. Windows color (decimal): -2395185 or 13595611. OLE color: 13595611.
HSL color Cylindrical-coordinate representation of color #DB73CF: hue angle of 306.92º 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 #DB73CF is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 207 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.14 |
| HSL | 306.92º | 0.59% | 0.65% | - |
| HSV(B) | 306.92º | 0.47% | 0.86% | - |
| XYZ | 46.61 | 31.83 | 62.72 | - |
| YUV | 156.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 207 | 0 | 0.47 | 0.05 | 0.14 | 306.92 | 0.59 | 0.65 |
| Hex | DB | 73 | CF | 0 | 2F | 5 | E | 133 | 3B | 41 |
| Octal | 333 | 163 | 317 | 0 | 57 | 5 | 16 | 463 | 73 | 101 |
| Binary | 11011011 | 1110011 | 11001111 | 0 | 101111 | 101 | 1110 | 100110011 | 111011 | 1000001 |
Color Harmonies of #DB73CF
Complementary color
Monochromatic Colors of #DB73CF
Black with #DB73CF
Text Example
Text Example
White with #DB73CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB73CF; }
p { color: rgb(219,115,207); }
H1.HeaderClassName
{
color: #DB73CF;
}
.AnyTagClassName
{
color: #DB73CF;
}
</style>
background-color css
<style>
a { background-color: #DB73CF; }
a { background-color: rgb(219,115,207); }
div.DivClassName
{
background-color: #DB73CF;
}
.BgClassName
{
background-color: #DB73CF;
}
</style>
border-color css
<style>
span { border-color: #DB73CF; }
span { border-color: rgb(219,115,207); }
td.TdClassName
{
border-color: #DB73CF;
}
.TagClassName
{
border-color: #DB73CF;
}
</style>