Shades of Orchid #DB80C9
Tints of Orchid #DB80C9
RGB
CMYK
RGB Variations
Color information
#DB80C9 (or 0xDB80C9) is known color: Orchid. HEX triplet: DB, 80 and C9. RGB value is (219,128,201). Sum of RGB (Red+Green+Blue) = 219+128+201=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80C9 is #247F36. Grayscale: #A3A3A3. Windows color (decimal): -2391863 or 13205723. OLE color: 13205723.
HSL color Cylindrical-coordinate representation of color #DB80C9: hue angle of 311.87º 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 #DB80C9 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 201 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.14 |
| HSL | 311.87º | 0.56% | 0.68% | - |
| HSV(B) | 311.87º | 0.42% | 0.86% | - |
| XYZ | 47.48 | 34.72 | 59.46 | - |
| YUV | 163.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 201 | 0 | 0.42 | 0.08 | 0.14 | 311.87 | 0.56 | 0.68 |
| Hex | DB | 80 | C9 | 0 | 2A | 8 | E | 138 | 38 | 44 |
| Octal | 333 | 200 | 311 | 0 | 52 | 10 | 16 | 470 | 70 | 104 |
| Binary | 11011011 | 10000000 | 11001001 | 0 | 101010 | 1000 | 1110 | 100111000 | 111000 | 1000100 |
Color Harmonies of #DB80C9
Complementary color
Monochromatic Colors of #DB80C9
Black with #DB80C9
Text Example
Text Example
White with #DB80C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80C9; }
p { color: rgb(219,128,201); }
H1.HeaderClassName
{
color: #DB80C9;
}
.AnyTagClassName
{
color: #DB80C9;
}
</style>
background-color css
<style>
a { background-color: #DB80C9; }
a { background-color: rgb(219,128,201); }
div.DivClassName
{
background-color: #DB80C9;
}
.BgClassName
{
background-color: #DB80C9;
}
</style>
border-color css
<style>
span { border-color: #DB80C9; }
span { border-color: rgb(219,128,201); }
td.TdClassName
{
border-color: #DB80C9;
}
.TagClassName
{
border-color: #DB80C9;
}
</style>