Shades of Orchid #DB80DE
Tints of Orchid #DB80DE
RGB
CMYK
RGB Variations
Color information
#DB80DE (or 0xDB80DE) is known color: Orchid. HEX triplet: DB, 80 and DE. RGB value is (219,128,222). Sum of RGB (Red+Green+Blue) = 219+128+222=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB80DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80DE is #247F21. Grayscale: #A5A5A5. Windows color (decimal): -2391842 or 14581979. OLE color: 14581979.
HSL color Cylindrical-coordinate representation of color #DB80DE: hue angle of 298.09º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB80DE is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 128 | 222 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.13 |
| HSL | 298.09º | 0.59% | 0.69% | - |
| HSV(B) | 298.09º | 0.42% | 0.87% | - |
| XYZ | 50.12 | 35.77 | 73.37 | - |
| YUV | 165.93 | 159.65 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 222 | 0.01 | 0.42 | 0 | 0.13 | 298.09 | 0.59 | 0.69 |
| Hex | DB | 80 | DE | 1 | 2A | 0 | D | 12A | 3B | 45 |
| Octal | 333 | 200 | 336 | 1 | 52 | 0 | 15 | 452 | 73 | 105 |
| Binary | 11011011 | 10000000 | 11011110 | 1 | 101010 | 0 | 1101 | 100101010 | 111011 | 1000101 |
Color Harmonies of #DB80DE
Complementary color
Monochromatic Colors of #DB80DE
Black with #DB80DE
Text Example
Text Example
White with #DB80DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80DE; }
p { color: rgb(219,128,222); }
H1.HeaderClassName
{
color: #DB80DE;
}
.AnyTagClassName
{
color: #DB80DE;
}
</style>
background-color css
<style>
a { background-color: #DB80DE; }
a { background-color: rgb(219,128,222); }
div.DivClassName
{
background-color: #DB80DE;
}
.BgClassName
{
background-color: #DB80DE;
}
</style>
border-color css
<style>
span { border-color: #DB80DE; }
span { border-color: rgb(219,128,222); }
td.TdClassName
{
border-color: #DB80DE;
}
.TagClassName
{
border-color: #DB80DE;
}
</style>