Shades of Orchid #DB80C3
Tints of Orchid #DB80C3
RGB
CMYK
RGB Variations
Color information
#DB80C3 (or 0xDB80C3) is known color: Orchid. HEX triplet: DB, 80 and C3. RGB value is (219,128,195). Sum of RGB (Red+Green+Blue) = 219+128+195=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80C3 is #247F3C. Grayscale: #A2A2A2. Windows color (decimal): -2391869 or 12812507. OLE color: 12812507.
HSL color Cylindrical-coordinate representation of color #DB80C3: hue angle of 315.82º 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 #DB80C3 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 195 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.14 |
| HSL | 315.82º | 0.56% | 0.68% | - |
| HSV(B) | 315.82º | 0.42% | 0.86% | - |
| XYZ | 46.78 | 34.44 | 55.81 | - |
| YUV | 162.85 | 146.15 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 195 | 0 | 0.42 | 0.11 | 0.14 | 315.82 | 0.56 | 0.68 |
| Hex | DB | 80 | C3 | 0 | 2A | B | E | 13C | 38 | 44 |
| Octal | 333 | 200 | 303 | 0 | 52 | 13 | 16 | 474 | 70 | 104 |
| Binary | 11011011 | 10000000 | 11000011 | 0 | 101010 | 1011 | 1110 | 100111100 | 111000 | 1000100 |
Color Harmonies of #DB80C3
Complementary color
Monochromatic Colors of #DB80C3
Black with #DB80C3
Text Example
Text Example
White with #DB80C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80C3; }
p { color: rgb(219,128,195); }
H1.HeaderClassName
{
color: #DB80C3;
}
.AnyTagClassName
{
color: #DB80C3;
}
</style>
background-color css
<style>
a { background-color: #DB80C3; }
a { background-color: rgb(219,128,195); }
div.DivClassName
{
background-color: #DB80C3;
}
.BgClassName
{
background-color: #DB80C3;
}
</style>
border-color css
<style>
span { border-color: #DB80C3; }
span { border-color: rgb(219,128,195); }
td.TdClassName
{
border-color: #DB80C3;
}
.TagClassName
{
border-color: #DB80C3;
}
</style>