Shades of Orchid #DB77C0
Tints of Orchid #DB77C0
RGB
CMYK
RGB Variations
Color information
#DB77C0 (or 0xDB77C0) is known color: Orchid. HEX triplet: DB, 77 and C0. RGB value is (219,119,192). Sum of RGB (Red+Green+Blue) = 219+119+192=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77C0 is #24883F. Grayscale: #9D9D9D. Windows color (decimal): -2394176 or 12613595. OLE color: 12613595.
HSL color Cylindrical-coordinate representation of color #DB77C0: hue angle of 316.2º 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 #DB77C0 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 192 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.14 |
| HSL | 316.2º | 0.58% | 0.66% | - |
| HSV(B) | 316.2º | 0.46% | 0.86% | - |
| XYZ | 45.32 | 32.06 | 53.67 | - |
| YUV | 157.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 192 | 0 | 0.46 | 0.12 | 0.14 | 316.2 | 0.58 | 0.66 |
| Hex | DB | 77 | C0 | 0 | 2E | C | E | 13C | 3A | 42 |
| Octal | 333 | 167 | 300 | 0 | 56 | 14 | 16 | 474 | 72 | 102 |
| Binary | 11011011 | 1110111 | 11000000 | 0 | 101110 | 1100 | 1110 | 100111100 | 111010 | 1000010 |
Color Harmonies of #DB77C0
Complementary color
Monochromatic Colors of #DB77C0
Black with #DB77C0
Text Example
Text Example
White with #DB77C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77C0; }
p { color: rgb(219,119,192); }
H1.HeaderClassName
{
color: #DB77C0;
}
.AnyTagClassName
{
color: #DB77C0;
}
</style>
background-color css
<style>
a { background-color: #DB77C0; }
a { background-color: rgb(219,119,192); }
div.DivClassName
{
background-color: #DB77C0;
}
.BgClassName
{
background-color: #DB77C0;
}
</style>
border-color css
<style>
span { border-color: #DB77C0; }
span { border-color: rgb(219,119,192); }
td.TdClassName
{
border-color: #DB77C0;
}
.TagClassName
{
border-color: #DB77C0;
}
</style>