Shades of Orchid #DB7DC9
Tints of Orchid #DB7DC9
RGB
CMYK
RGB Variations
Color information
#DB7DC9 (or 0xDB7DC9) is known color: Orchid. HEX triplet: DB, 7D and C9. RGB value is (219,125,201). Sum of RGB (Red+Green+Blue) = 219+125+201=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DC9 is #248236. Grayscale: #A1A1A1. Windows color (decimal): -2392631 or 13204955. OLE color: 13204955.
HSL color Cylindrical-coordinate representation of color #DB7DC9: hue angle of 311.49º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DC9 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 201 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.14 |
| HSL | 311.49º | 0.57% | 0.67% | - |
| HSV(B) | 311.49º | 0.43% | 0.86% | - |
| XYZ | 47.09 | 33.94 | 59.33 | - |
| YUV | 161.77 | 150.14 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 201 | 0 | 0.43 | 0.08 | 0.14 | 311.49 | 0.57 | 0.67 |
| Hex | DB | 7D | C9 | 0 | 2B | 8 | E | 137 | 39 | 43 |
| Octal | 333 | 175 | 311 | 0 | 53 | 10 | 16 | 467 | 71 | 103 |
| Binary | 11011011 | 1111101 | 11001001 | 0 | 101011 | 1000 | 1110 | 100110111 | 111001 | 1000011 |
Color Harmonies of #DB7DC9
Complementary color
Monochromatic Colors of #DB7DC9
Black with #DB7DC9
Text Example
Text Example
White with #DB7DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DC9; }
p { color: rgb(219,125,201); }
H1.HeaderClassName
{
color: #DB7DC9;
}
.AnyTagClassName
{
color: #DB7DC9;
}
</style>
background-color css
<style>
a { background-color: #DB7DC9; }
a { background-color: rgb(219,125,201); }
div.DivClassName
{
background-color: #DB7DC9;
}
.BgClassName
{
background-color: #DB7DC9;
}
</style>
border-color css
<style>
span { border-color: #DB7DC9; }
span { border-color: rgb(219,125,201); }
td.TdClassName
{
border-color: #DB7DC9;
}
.TagClassName
{
border-color: #DB7DC9;
}
</style>