Shades of Orchid #DB77C8
Tints of Orchid #DB77C8
RGB
CMYK
RGB Variations
Color information
#DB77C8 (or 0xDB77C8) is known color: Orchid. HEX triplet: DB, 77 and C8. RGB value is (219,119,200). Sum of RGB (Red+Green+Blue) = 219+119+200=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77C8 is #248837. Grayscale: #9D9D9D. Windows color (decimal): -2394168 or 13137883. OLE color: 13137883.
HSL color Cylindrical-coordinate representation of color #DB77C8: hue angle of 311.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 #DB77C8 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 200 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.14 |
| HSL | 311.4º | 0.58% | 0.66% | - |
| HSV(B) | 311.4º | 0.46% | 0.86% | - |
| XYZ | 46.24 | 32.42 | 58.47 | - |
| YUV | 158.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 200 | 0 | 0.46 | 0.09 | 0.14 | 311.4 | 0.58 | 0.66 |
| Hex | DB | 77 | C8 | 0 | 2E | 9 | E | 137 | 3A | 42 |
| Octal | 333 | 167 | 310 | 0 | 56 | 11 | 16 | 467 | 72 | 102 |
| Binary | 11011011 | 1110111 | 11001000 | 0 | 101110 | 1001 | 1110 | 100110111 | 111010 | 1000010 |
Color Harmonies of #DB77C8
Complementary color
Monochromatic Colors of #DB77C8
Black with #DB77C8
Text Example
Text Example
White with #DB77C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77C8; }
p { color: rgb(219,119,200); }
H1.HeaderClassName
{
color: #DB77C8;
}
.AnyTagClassName
{
color: #DB77C8;
}
</style>
background-color css
<style>
a { background-color: #DB77C8; }
a { background-color: rgb(219,119,200); }
div.DivClassName
{
background-color: #DB77C8;
}
.BgClassName
{
background-color: #DB77C8;
}
</style>
border-color css
<style>
span { border-color: #DB77C8; }
span { border-color: rgb(219,119,200); }
td.TdClassName
{
border-color: #DB77C8;
}
.TagClassName
{
border-color: #DB77C8;
}
</style>