Shades of Orchid #DB77D5
Tints of Orchid #DB77D5
RGB
CMYK
RGB Variations
Color information
#DB77D5 (or 0xDB77D5) is known color: Orchid. HEX triplet: DB, 77 and D5. RGB value is (219,119,213). Sum of RGB (Red+Green+Blue) = 219+119+213=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77D5 is #24882A. Grayscale: #9F9F9F. Windows color (decimal): -2394155 or 13989851. OLE color: 13989851.
HSL color Cylindrical-coordinate representation of color #DB77D5: hue angle of 303.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 #DB77D5 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 213 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.14 |
| HSL | 303.6º | 0.58% | 0.66% | - |
| HSV(B) | 303.6º | 0.46% | 0.86% | - |
| XYZ | 47.82 | 33.06 | 66.81 | - |
| YUV | 159.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 213 | 0 | 0.46 | 0.03 | 0.14 | 303.6 | 0.58 | 0.66 |
| Hex | DB | 77 | D5 | 0 | 2E | 3 | E | 130 | 3A | 42 |
| Octal | 333 | 167 | 325 | 0 | 56 | 3 | 16 | 460 | 72 | 102 |
| Binary | 11011011 | 1110111 | 11010101 | 0 | 101110 | 11 | 1110 | 100110000 | 111010 | 1000010 |
Color Harmonies of #DB77D5
Complementary color
Monochromatic Colors of #DB77D5
Black with #DB77D5
Text Example
Text Example
White with #DB77D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77D5; }
p { color: rgb(219,119,213); }
H1.HeaderClassName
{
color: #DB77D5;
}
.AnyTagClassName
{
color: #DB77D5;
}
</style>
background-color css
<style>
a { background-color: #DB77D5; }
a { background-color: rgb(219,119,213); }
div.DivClassName
{
background-color: #DB77D5;
}
.BgClassName
{
background-color: #DB77D5;
}
</style>
border-color css
<style>
span { border-color: #DB77D5; }
span { border-color: rgb(219,119,213); }
td.TdClassName
{
border-color: #DB77D5;
}
.TagClassName
{
border-color: #DB77D5;
}
</style>