Shades of Orchid #DB77D0
Tints of Orchid #DB77D0
RGB
CMYK
RGB Variations
Color information
#DB77D0 (or 0xDB77D0) is known color: Orchid. HEX triplet: DB, 77 and D0. RGB value is (219,119,208). Sum of RGB (Red+Green+Blue) = 219+119+208=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77D0 is #24882F. Grayscale: #9E9E9E. Windows color (decimal): -2394160 or 13662171. OLE color: 13662171.
HSL color Cylindrical-coordinate representation of color #DB77D0: hue angle of 306.6º 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 #DB77D0 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 208 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.14 |
| HSL | 306.6º | 0.58% | 0.66% | - |
| HSV(B) | 306.6º | 0.46% | 0.86% | - |
| XYZ | 47.2 | 32.81 | 63.52 | - |
| YUV | 159.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 208 | 0 | 0.46 | 0.05 | 0.14 | 306.6 | 0.58 | 0.66 |
| Hex | DB | 77 | D0 | 0 | 2E | 5 | E | 133 | 3A | 42 |
| Octal | 333 | 167 | 320 | 0 | 56 | 5 | 16 | 463 | 72 | 102 |
| Binary | 11011011 | 1110111 | 11010000 | 0 | 101110 | 101 | 1110 | 100110011 | 111010 | 1000010 |
Color Harmonies of #DB77D0
Complementary color
Monochromatic Colors of #DB77D0
Black with #DB77D0
Text Example
Text Example
White with #DB77D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77D0; }
p { color: rgb(219,119,208); }
H1.HeaderClassName
{
color: #DB77D0;
}
.AnyTagClassName
{
color: #DB77D0;
}
</style>
background-color css
<style>
a { background-color: #DB77D0; }
a { background-color: rgb(219,119,208); }
div.DivClassName
{
background-color: #DB77D0;
}
.BgClassName
{
background-color: #DB77D0;
}
</style>
border-color css
<style>
span { border-color: #DB77D0; }
span { border-color: rgb(219,119,208); }
td.TdClassName
{
border-color: #DB77D0;
}
.TagClassName
{
border-color: #DB77D0;
}
</style>