Shades of Orchid #DB7FD9
Tints of Orchid #DB7FD9
RGB
CMYK
RGB Variations
Color information
#DB7FD9 (or 0xDB7FD9) is known color: Orchid. HEX triplet: DB, 7F and D9. RGB value is (219,127,217). Sum of RGB (Red+Green+Blue) = 219+127+217=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FD9 is #248026. Grayscale: #A4A4A4. Windows color (decimal): -2392103 or 14254043. OLE color: 14254043.
HSL color Cylindrical-coordinate representation of color #DB7FD9: hue angle of 301.3º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7FD9 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 217 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.14 |
| HSL | 301.3º | 0.56% | 0.68% | - |
| HSV(B) | 301.3º | 0.42% | 0.86% | - |
| XYZ | 49.33 | 35.25 | 69.85 | - |
| YUV | 164.77 | 157.48 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 217 | 0 | 0.42 | 0.01 | 0.14 | 301.3 | 0.56 | 0.68 |
| Hex | DB | 7F | D9 | 0 | 2A | 1 | E | 12D | 38 | 44 |
| Octal | 333 | 177 | 331 | 0 | 52 | 1 | 16 | 455 | 70 | 104 |
| Binary | 11011011 | 1111111 | 11011001 | 0 | 101010 | 1 | 1110 | 100101101 | 111000 | 1000100 |
Color Harmonies of #DB7FD9
Complementary color
Monochromatic Colors of #DB7FD9
Black with #DB7FD9
Text Example
Text Example
White with #DB7FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FD9; }
p { color: rgb(219,127,217); }
H1.HeaderClassName
{
color: #DB7FD9;
}
.AnyTagClassName
{
color: #DB7FD9;
}
</style>
background-color css
<style>
a { background-color: #DB7FD9; }
a { background-color: rgb(219,127,217); }
div.DivClassName
{
background-color: #DB7FD9;
}
.BgClassName
{
background-color: #DB7FD9;
}
</style>
border-color css
<style>
span { border-color: #DB7FD9; }
span { border-color: rgb(219,127,217); }
td.TdClassName
{
border-color: #DB7FD9;
}
.TagClassName
{
border-color: #DB7FD9;
}
</style>