Shades of Orchid #DB77D8
Tints of Orchid #DB77D8
RGB
CMYK
RGB Variations
Color information
#DB77D8 (or 0xDB77D8) is known color: Orchid. HEX triplet: DB, 77 and D8. RGB value is (219,119,216). Sum of RGB (Red+Green+Blue) = 219+119+216=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77D8 is #248827. Grayscale: #9F9F9F. Windows color (decimal): -2394152 or 14186459. OLE color: 14186459.
HSL color Cylindrical-coordinate representation of color #DB77D8: hue angle of 301.8º 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 #DB77D8 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 216 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.14 |
| HSL | 301.8º | 0.58% | 0.66% | - |
| HSV(B) | 301.8º | 0.46% | 0.86% | - |
| XYZ | 48.2 | 33.21 | 68.84 | - |
| YUV | 159.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 216 | 0 | 0.46 | 0.01 | 0.14 | 301.8 | 0.58 | 0.66 |
| Hex | DB | 77 | D8 | 0 | 2E | 1 | E | 12E | 3A | 42 |
| Octal | 333 | 167 | 330 | 0 | 56 | 1 | 16 | 456 | 72 | 102 |
| Binary | 11011011 | 1110111 | 11011000 | 0 | 101110 | 1 | 1110 | 100101110 | 111010 | 1000010 |
Color Harmonies of #DB77D8
Complementary color
Monochromatic Colors of #DB77D8
Black with #DB77D8
Text Example
Text Example
White with #DB77D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77D8; }
p { color: rgb(219,119,216); }
H1.HeaderClassName
{
color: #DB77D8;
}
.AnyTagClassName
{
color: #DB77D8;
}
</style>
background-color css
<style>
a { background-color: #DB77D8; }
a { background-color: rgb(219,119,216); }
div.DivClassName
{
background-color: #DB77D8;
}
.BgClassName
{
background-color: #DB77D8;
}
</style>
border-color css
<style>
span { border-color: #DB77D8; }
span { border-color: rgb(219,119,216); }
td.TdClassName
{
border-color: #DB77D8;
}
.TagClassName
{
border-color: #DB77D8;
}
</style>