Shades of Orchid #DB77D7
Tints of Orchid #DB77D7
RGB
CMYK
RGB Variations
Color information
#DB77D7 (or 0xDB77D7) is known color: Orchid. HEX triplet: DB, 77 and D7. RGB value is (219,119,215). Sum of RGB (Red+Green+Blue) = 219+119+215=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77D7 is #248828. Grayscale: #9F9F9F. Windows color (decimal): -2394153 or 14120923. OLE color: 14120923.
HSL color Cylindrical-coordinate representation of color #DB77D7: hue angle of 302.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB77D7 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 215 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.14 |
| HSL | 302.4º | 0.58% | 0.66% | - |
| HSV(B) | 302.4º | 0.46% | 0.86% | - |
| XYZ | 48.08 | 33.16 | 68.16 | - |
| YUV | 159.84 | 159.13 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 215 | 0 | 0.46 | 0.02 | 0.14 | 302.4 | 0.58 | 0.66 |
| Hex | DB | 77 | D7 | 0 | 2E | 2 | E | 12E | 3A | 42 |
| Octal | 333 | 167 | 327 | 0 | 56 | 2 | 16 | 456 | 72 | 102 |
| Binary | 11011011 | 1110111 | 11010111 | 0 | 101110 | 10 | 1110 | 100101110 | 111010 | 1000010 |
Color Harmonies of #DB77D7
Complementary color
Monochromatic Colors of #DB77D7
Black with #DB77D7
Text Example
Text Example
White with #DB77D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77D7; }
p { color: rgb(219,119,215); }
H1.HeaderClassName
{
color: #DB77D7;
}
.AnyTagClassName
{
color: #DB77D7;
}
</style>
background-color css
<style>
a { background-color: #DB77D7; }
a { background-color: rgb(219,119,215); }
div.DivClassName
{
background-color: #DB77D7;
}
.BgClassName
{
background-color: #DB77D7;
}
</style>
border-color css
<style>
span { border-color: #DB77D7; }
span { border-color: rgb(219,119,215); }
td.TdClassName
{
border-color: #DB77D7;
}
.TagClassName
{
border-color: #DB77D7;
}
</style>