Shades of Orchid #DB80E1
Tints of Orchid #DB80E1
RGB
CMYK
RGB Variations
Color information
#DB80E1 (or 0xDB80E1) is known color: Orchid. HEX triplet: DB, 80 and E1. RGB value is (219,128,225). Sum of RGB (Red+Green+Blue) = 219+128+225=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB80E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80E1 is #247F1E. Grayscale: #A5A5A5. Windows color (decimal): -2391839 or 14778587. OLE color: 14778587.
HSL color Cylindrical-coordinate representation of color #DB80E1: hue angle of 296.29º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB80E1 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 128 | 225 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.12 |
| HSL | 296.29º | 0.62% | 0.69% | - |
| HSV(B) | 296.29º | 0.43% | 0.88% | - |
| XYZ | 50.52 | 35.93 | 75.51 | - |
| YUV | 166.27 | 161.15 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 225 | 0.03 | 0.43 | 0 | 0.12 | 296.29 | 0.62 | 0.69 |
| Hex | DB | 80 | E1 | 3 | 2B | 0 | C | 128 | 3E | 45 |
| Octal | 333 | 200 | 341 | 3 | 53 | 0 | 14 | 450 | 76 | 105 |
| Binary | 11011011 | 10000000 | 11100001 | 11 | 101011 | 0 | 1100 | 100101000 | 111110 | 1000101 |
Color Harmonies of #DB80E1
Complementary color
Monochromatic Colors of #DB80E1
Black with #DB80E1
Text Example
Text Example
White with #DB80E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80E1; }
p { color: rgb(219,128,225); }
H1.HeaderClassName
{
color: #DB80E1;
}
.AnyTagClassName
{
color: #DB80E1;
}
</style>
background-color css
<style>
a { background-color: #DB80E1; }
a { background-color: rgb(219,128,225); }
div.DivClassName
{
background-color: #DB80E1;
}
.BgClassName
{
background-color: #DB80E1;
}
</style>
border-color css
<style>
span { border-color: #DB80E1; }
span { border-color: rgb(219,128,225); }
td.TdClassName
{
border-color: #DB80E1;
}
.TagClassName
{
border-color: #DB80E1;
}
</style>