Shades of Orchid #DB77E6
Tints of Orchid #DB77E6
RGB
CMYK
RGB Variations
Color information
#DB77E6 (or 0xDB77E6) is known color: Orchid. HEX triplet: DB, 77 and E6. RGB value is (219,119,230). Sum of RGB (Red+Green+Blue) = 219+119+230=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB77E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77E6 is #248819. Grayscale: #A1A1A1. Windows color (decimal): -2394138 or 15103963. OLE color: 15103963.
HSL color Cylindrical-coordinate representation of color #DB77E6: hue angle of 294.05º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB77E6 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 119 | 230 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.10 |
| HSL | 294.05º | 0.69% | 0.68% | - |
| HSV(B) | 294.05º | 0.48% | 0.9% | - |
| XYZ | 50.09 | 33.97 | 78.78 | - |
| YUV | 161.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 230 | 0.05 | 0.48 | 0 | 0.10 | 294.05 | 0.69 | 0.68 |
| Hex | DB | 77 | E6 | 5 | 30 | 0 | A | 126 | 45 | 44 |
| Octal | 333 | 167 | 346 | 5 | 60 | 0 | 12 | 446 | 105 | 104 |
| Binary | 11011011 | 1110111 | 11100110 | 101 | 110000 | 0 | 1010 | 100100110 | 1000101 | 1000100 |
Color Harmonies of #DB77E6
Complementary color
Monochromatic Colors of #DB77E6
Black with #DB77E6
Text Example
Text Example
White with #DB77E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77E6; }
p { color: rgb(219,119,230); }
H1.HeaderClassName
{
color: #DB77E6;
}
.AnyTagClassName
{
color: #DB77E6;
}
</style>
background-color css
<style>
a { background-color: #DB77E6; }
a { background-color: rgb(219,119,230); }
div.DivClassName
{
background-color: #DB77E6;
}
.BgClassName
{
background-color: #DB77E6;
}
</style>
border-color css
<style>
span { border-color: #DB77E6; }
span { border-color: rgb(219,119,230); }
td.TdClassName
{
border-color: #DB77E6;
}
.TagClassName
{
border-color: #DB77E6;
}
</style>