Shades of Orchid #DB77D2
Tints of Orchid #DB77D2
RGB
CMYK
RGB Variations
Color information
#DB77D2 (or 0xDB77D2) is known color: Orchid. HEX triplet: DB, 77 and D2. RGB value is (219,119,210). Sum of RGB (Red+Green+Blue) = 219+119+210=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77D2 is #24882D. Grayscale: #9F9F9F. Windows color (decimal): -2394158 or 13793243. OLE color: 13793243.
HSL color Cylindrical-coordinate representation of color #DB77D2: hue angle of 305.4º 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 #DB77D2 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 210 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.14 |
| HSL | 305.4º | 0.58% | 0.66% | - |
| HSV(B) | 305.4º | 0.46% | 0.86% | - |
| XYZ | 47.44 | 32.91 | 64.82 | - |
| YUV | 159.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 210 | 0 | 0.46 | 0.04 | 0.14 | 305.4 | 0.58 | 0.66 |
| Hex | DB | 77 | D2 | 0 | 2E | 4 | E | 131 | 3A | 42 |
| Octal | 333 | 167 | 322 | 0 | 56 | 4 | 16 | 461 | 72 | 102 |
| Binary | 11011011 | 1110111 | 11010010 | 0 | 101110 | 100 | 1110 | 100110001 | 111010 | 1000010 |
Color Harmonies of #DB77D2
Complementary color
Monochromatic Colors of #DB77D2
Black with #DB77D2
Text Example
Text Example
White with #DB77D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77D2; }
p { color: rgb(219,119,210); }
H1.HeaderClassName
{
color: #DB77D2;
}
.AnyTagClassName
{
color: #DB77D2;
}
</style>
background-color css
<style>
a { background-color: #DB77D2; }
a { background-color: rgb(219,119,210); }
div.DivClassName
{
background-color: #DB77D2;
}
.BgClassName
{
background-color: #DB77D2;
}
</style>
border-color css
<style>
span { border-color: #DB77D2; }
span { border-color: rgb(219,119,210); }
td.TdClassName
{
border-color: #DB77D2;
}
.TagClassName
{
border-color: #DB77D2;
}
</style>