Shades of Orchid #DB80C2
Tints of Orchid #DB80C2
RGB
CMYK
RGB Variations
Color information
#DB80C2 (or 0xDB80C2) is known color: Orchid. HEX triplet: DB, 80 and C2. RGB value is (219,128,194). Sum of RGB (Red+Green+Blue) = 219+128+194=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80C2 is #247F3D. Grayscale: #A2A2A2. Windows color (decimal): -2391870 or 12746971. OLE color: 12746971.
HSL color Cylindrical-coordinate representation of color #DB80C2: hue angle of 316.48º 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 #DB80C2 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 194 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.14 |
| HSL | 316.48º | 0.56% | 0.68% | - |
| HSV(B) | 316.48º | 0.42% | 0.86% | - |
| XYZ | 46.67 | 34.39 | 55.22 | - |
| YUV | 162.73 | 145.65 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 194 | 0 | 0.42 | 0.11 | 0.14 | 316.48 | 0.56 | 0.68 |
| Hex | DB | 80 | C2 | 0 | 2A | B | E | 13C | 38 | 44 |
| Octal | 333 | 200 | 302 | 0 | 52 | 13 | 16 | 474 | 70 | 104 |
| Binary | 11011011 | 10000000 | 11000010 | 0 | 101010 | 1011 | 1110 | 100111100 | 111000 | 1000100 |
Color Harmonies of #DB80C2
Complementary color
Monochromatic Colors of #DB80C2
Black with #DB80C2
Text Example
Text Example
White with #DB80C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80C2; }
p { color: rgb(219,128,194); }
H1.HeaderClassName
{
color: #DB80C2;
}
.AnyTagClassName
{
color: #DB80C2;
}
</style>
background-color css
<style>
a { background-color: #DB80C2; }
a { background-color: rgb(219,128,194); }
div.DivClassName
{
background-color: #DB80C2;
}
.BgClassName
{
background-color: #DB80C2;
}
</style>
border-color css
<style>
span { border-color: #DB80C2; }
span { border-color: rgb(219,128,194); }
td.TdClassName
{
border-color: #DB80C2;
}
.TagClassName
{
border-color: #DB80C2;
}
</style>