Shades of Orchid #DB77C2
Tints of Orchid #DB77C2
RGB
CMYK
RGB Variations
Color information
#DB77C2 (or 0xDB77C2) is known color: Orchid. HEX triplet: DB, 77 and C2. RGB value is (219,119,194). Sum of RGB (Red+Green+Blue) = 219+119+194=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77C2 is #24883D. Grayscale: #9D9D9D. Windows color (decimal): -2394174 or 12744667. OLE color: 12744667.
HSL color Cylindrical-coordinate representation of color #DB77C2: hue angle of 315º 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 #DB77C2 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 194 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.14 |
| HSL | 315º | 0.58% | 0.66% | - |
| HSV(B) | 315º | 0.46% | 0.86% | - |
| XYZ | 45.55 | 32.15 | 54.84 | - |
| YUV | 157.45 | 148.63 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 194 | 0 | 0.46 | 0.11 | 0.14 | 315 | 0.58 | 0.66 |
| Hex | DB | 77 | C2 | 0 | 2E | B | E | 13B | 3A | 42 |
| Octal | 333 | 167 | 302 | 0 | 56 | 13 | 16 | 473 | 72 | 102 |
| Binary | 11011011 | 1110111 | 11000010 | 0 | 101110 | 1011 | 1110 | 100111011 | 111010 | 1000010 |
Color Harmonies of #DB77C2
Complementary color
Monochromatic Colors of #DB77C2
Black with #DB77C2
Text Example
Text Example
White with #DB77C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77C2; }
p { color: rgb(219,119,194); }
H1.HeaderClassName
{
color: #DB77C2;
}
.AnyTagClassName
{
color: #DB77C2;
}
</style>
background-color css
<style>
a { background-color: #DB77C2; }
a { background-color: rgb(219,119,194); }
div.DivClassName
{
background-color: #DB77C2;
}
.BgClassName
{
background-color: #DB77C2;
}
</style>
border-color css
<style>
span { border-color: #DB77C2; }
span { border-color: rgb(219,119,194); }
td.TdClassName
{
border-color: #DB77C2;
}
.TagClassName
{
border-color: #DB77C2;
}
</style>