Shades of Orchid #DB80D1
Tints of Orchid #DB80D1
RGB
CMYK
RGB Variations
Color information
#DB80D1 (or 0xDB80D1) is known color: Orchid. HEX triplet: DB, 80 and D1. RGB value is (219,128,209). Sum of RGB (Red+Green+Blue) = 219+128+209=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80D1 is #247F2E. Grayscale: #A4A4A4. Windows color (decimal): -2391855 or 13730011. OLE color: 13730011.
HSL color Cylindrical-coordinate representation of color #DB80D1: hue angle of 306.59º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB80D1 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 209 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.14 |
| HSL | 306.59º | 0.56% | 0.68% | - |
| HSV(B) | 306.59º | 0.42% | 0.86% | - |
| XYZ | 48.44 | 35.1 | 64.54 | - |
| YUV | 164.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 209 | 0 | 0.42 | 0.05 | 0.14 | 306.59 | 0.56 | 0.68 |
| Hex | DB | 80 | D1 | 0 | 2A | 5 | E | 133 | 38 | 44 |
| Octal | 333 | 200 | 321 | 0 | 52 | 5 | 16 | 463 | 70 | 104 |
| Binary | 11011011 | 10000000 | 11010001 | 0 | 101010 | 101 | 1110 | 100110011 | 111000 | 1000100 |
Color Harmonies of #DB80D1
Complementary color
Monochromatic Colors of #DB80D1
Black with #DB80D1
Text Example
Text Example
White with #DB80D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80D1; }
p { color: rgb(219,128,209); }
H1.HeaderClassName
{
color: #DB80D1;
}
.AnyTagClassName
{
color: #DB80D1;
}
</style>
background-color css
<style>
a { background-color: #DB80D1; }
a { background-color: rgb(219,128,209); }
div.DivClassName
{
background-color: #DB80D1;
}
.BgClassName
{
background-color: #DB80D1;
}
</style>
border-color css
<style>
span { border-color: #DB80D1; }
span { border-color: rgb(219,128,209); }
td.TdClassName
{
border-color: #DB80D1;
}
.TagClassName
{
border-color: #DB80D1;
}
</style>