Shades of Orchid #DB71C5
Tints of Orchid #DB71C5
RGB
CMYK
RGB Variations
Color information
#DB71C5 (or 0xDB71C5) is known color: Orchid. HEX triplet: DB, 71 and C5. RGB value is (219,113,197). Sum of RGB (Red+Green+Blue) = 219+113+197=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71C5 is #248E3A. Grayscale: #9A9A9A. Windows color (decimal): -2395707 or 12939739. OLE color: 12939739.
HSL color Cylindrical-coordinate representation of color #DB71C5: hue angle of 312.45º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB71C5 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 197 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.14 |
| HSL | 312.45º | 0.6% | 0.65% | - |
| HSV(B) | 312.45º | 0.48% | 0.86% | - |
| XYZ | 45.2 | 30.9 | 56.41 | - |
| YUV | 154.27 | 152.12 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 197 | 0 | 0.48 | 0.10 | 0.14 | 312.45 | 0.6 | 0.65 |
| Hex | DB | 71 | C5 | 0 | 30 | A | E | 138 | 3C | 41 |
| Octal | 333 | 161 | 305 | 0 | 60 | 12 | 16 | 470 | 74 | 101 |
| Binary | 11011011 | 1110001 | 11000101 | 0 | 110000 | 1010 | 1110 | 100111000 | 111100 | 1000001 |
Color Harmonies of #DB71C5
Complementary color
Monochromatic Colors of #DB71C5
Black with #DB71C5
Text Example
Text Example
White with #DB71C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB71C5; }
p { color: rgb(219,113,197); }
H1.HeaderClassName
{
color: #DB71C5;
}
.AnyTagClassName
{
color: #DB71C5;
}
</style>
background-color css
<style>
a { background-color: #DB71C5; }
a { background-color: rgb(219,113,197); }
div.DivClassName
{
background-color: #DB71C5;
}
.BgClassName
{
background-color: #DB71C5;
}
</style>
border-color css
<style>
span { border-color: #DB71C5; }
span { border-color: rgb(219,113,197); }
td.TdClassName
{
border-color: #DB71C5;
}
.TagClassName
{
border-color: #DB71C5;
}
</style>