Shades of Orchid #DB71C0
Tints of Orchid #DB71C0
RGB
CMYK
RGB Variations
Color information
#DB71C0 (or 0xDB71C0) is known color: Orchid. HEX triplet: DB, 71 and C0. RGB value is (219,113,192). Sum of RGB (Red+Green+Blue) = 219+113+192=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71C0 is #248E3F. Grayscale: #999999. Windows color (decimal): -2395712 or 12612059. OLE color: 12612059.
HSL color Cylindrical-coordinate representation of color #DB71C0: hue angle of 315.28º 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 #DB71C0 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 192 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.14 |
| HSL | 315.28º | 0.6% | 0.65% | - |
| HSV(B) | 315.28º | 0.48% | 0.86% | - |
| XYZ | 44.63 | 30.68 | 53.44 | - |
| YUV | 153.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 192 | 0 | 0.48 | 0.12 | 0.14 | 315.28 | 0.6 | 0.65 |
| Hex | DB | 71 | C0 | 0 | 30 | C | E | 13B | 3C | 41 |
| Octal | 333 | 161 | 300 | 0 | 60 | 14 | 16 | 473 | 74 | 101 |
| Binary | 11011011 | 1110001 | 11000000 | 0 | 110000 | 1100 | 1110 | 100111011 | 111100 | 1000001 |
Color Harmonies of #DB71C0
Complementary color
Monochromatic Colors of #DB71C0
Black with #DB71C0
Text Example
Text Example
White with #DB71C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB71C0; }
p { color: rgb(219,113,192); }
H1.HeaderClassName
{
color: #DB71C0;
}
.AnyTagClassName
{
color: #DB71C0;
}
</style>
background-color css
<style>
a { background-color: #DB71C0; }
a { background-color: rgb(219,113,192); }
div.DivClassName
{
background-color: #DB71C0;
}
.BgClassName
{
background-color: #DB71C0;
}
</style>
border-color css
<style>
span { border-color: #DB71C0; }
span { border-color: rgb(219,113,192); }
td.TdClassName
{
border-color: #DB71C0;
}
.TagClassName
{
border-color: #DB71C0;
}
</style>