Shades of Orchid #DB73CC
Tints of Orchid #DB73CC
RGB
CMYK
RGB Variations
Color information
#DB73CC (or 0xDB73CC) is known color: Orchid. HEX triplet: DB, 73 and CC. RGB value is (219,115,204). Sum of RGB (Red+Green+Blue) = 219+115+204=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73CC is #248C33. Grayscale: #9B9B9B. Windows color (decimal): -2395188 or 13399003. OLE color: 13399003.
HSL color Cylindrical-coordinate representation of color #DB73CC: hue angle of 308.65º 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 #DB73CC is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 204 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.14 |
| HSL | 308.65º | 0.59% | 0.65% | - |
| HSV(B) | 308.65º | 0.47% | 0.86% | - |
| XYZ | 46.24 | 31.68 | 60.8 | - |
| YUV | 156.24 | 154.96 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 204 | 0 | 0.47 | 0.07 | 0.14 | 308.65 | 0.59 | 0.65 |
| Hex | DB | 73 | CC | 0 | 2F | 7 | E | 135 | 3B | 41 |
| Octal | 333 | 163 | 314 | 0 | 57 | 7 | 16 | 465 | 73 | 101 |
| Binary | 11011011 | 1110011 | 11001100 | 0 | 101111 | 111 | 1110 | 100110101 | 111011 | 1000001 |
Color Harmonies of #DB73CC
Complementary color
Monochromatic Colors of #DB73CC
Black with #DB73CC
Text Example
Text Example
White with #DB73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB73CC; }
p { color: rgb(219,115,204); }
H1.HeaderClassName
{
color: #DB73CC;
}
.AnyTagClassName
{
color: #DB73CC;
}
</style>
background-color css
<style>
a { background-color: #DB73CC; }
a { background-color: rgb(219,115,204); }
div.DivClassName
{
background-color: #DB73CC;
}
.BgClassName
{
background-color: #DB73CC;
}
</style>
border-color css
<style>
span { border-color: #DB73CC; }
span { border-color: rgb(219,115,204); }
td.TdClassName
{
border-color: #DB73CC;
}
.TagClassName
{
border-color: #DB73CC;
}
</style>