Shades of Orchid #DB77CE
Tints of Orchid #DB77CE
RGB
CMYK
RGB Variations
Color information
#DB77CE (or 0xDB77CE) is known color: Orchid. HEX triplet: DB, 77 and CE. RGB value is (219,119,206). Sum of RGB (Red+Green+Blue) = 219+119+206=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77CE is #248831. Grayscale: #9E9E9E. Windows color (decimal): -2394162 or 13531099. OLE color: 13531099.
HSL color Cylindrical-coordinate representation of color #DB77CE: hue angle of 307.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 #DB77CE is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 206 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.14 |
| HSL | 307.8º | 0.58% | 0.66% | - |
| HSV(B) | 307.8º | 0.46% | 0.86% | - |
| XYZ | 46.95 | 32.71 | 62.23 | - |
| YUV | 158.82 | 154.63 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 206 | 0 | 0.46 | 0.06 | 0.14 | 307.8 | 0.58 | 0.66 |
| Hex | DB | 77 | CE | 0 | 2E | 6 | E | 134 | 3A | 42 |
| Octal | 333 | 167 | 316 | 0 | 56 | 6 | 16 | 464 | 72 | 102 |
| Binary | 11011011 | 1110111 | 11001110 | 0 | 101110 | 110 | 1110 | 100110100 | 111010 | 1000010 |
Color Harmonies of #DB77CE
Complementary color
Monochromatic Colors of #DB77CE
Black with #DB77CE
Text Example
Text Example
White with #DB77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77CE; }
p { color: rgb(219,119,206); }
H1.HeaderClassName
{
color: #DB77CE;
}
.AnyTagClassName
{
color: #DB77CE;
}
</style>
background-color css
<style>
a { background-color: #DB77CE; }
a { background-color: rgb(219,119,206); }
div.DivClassName
{
background-color: #DB77CE;
}
.BgClassName
{
background-color: #DB77CE;
}
</style>
border-color css
<style>
span { border-color: #DB77CE; }
span { border-color: rgb(219,119,206); }
td.TdClassName
{
border-color: #DB77CE;
}
.TagClassName
{
border-color: #DB77CE;
}
</style>