Shades of Orchid #DB71D0
Tints of Orchid #DB71D0
RGB
CMYK
RGB Variations
Color information
#DB71D0 (or 0xDB71D0) is known color: Orchid. HEX triplet: DB, 71 and D0. RGB value is (219,113,208). Sum of RGB (Red+Green+Blue) = 219+113+208=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71D0 is #248E2F. Grayscale: #9B9B9B. Windows color (decimal): -2395696 or 13660635. OLE color: 13660635.
HSL color Cylindrical-coordinate representation of color #DB71D0: hue angle of 306.23º 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 #DB71D0 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 208 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.14 |
| HSL | 306.23º | 0.6% | 0.65% | - |
| HSV(B) | 306.23º | 0.48% | 0.86% | - |
| XYZ | 46.5 | 31.42 | 63.29 | - |
| YUV | 155.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 208 | 0 | 0.48 | 0.05 | 0.14 | 306.23 | 0.6 | 0.65 |
| Hex | DB | 71 | D0 | 0 | 30 | 5 | E | 132 | 3C | 41 |
| Octal | 333 | 161 | 320 | 0 | 60 | 5 | 16 | 462 | 74 | 101 |
| Binary | 11011011 | 1110001 | 11010000 | 0 | 110000 | 101 | 1110 | 100110010 | 111100 | 1000001 |
Color Harmonies of #DB71D0
Complementary color
Monochromatic Colors of #DB71D0
Black with #DB71D0
Text Example
Text Example
White with #DB71D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB71D0; }
p { color: rgb(219,113,208); }
H1.HeaderClassName
{
color: #DB71D0;
}
.AnyTagClassName
{
color: #DB71D0;
}
</style>
background-color css
<style>
a { background-color: #DB71D0; }
a { background-color: rgb(219,113,208); }
div.DivClassName
{
background-color: #DB71D0;
}
.BgClassName
{
background-color: #DB71D0;
}
</style>
border-color css
<style>
span { border-color: #DB71D0; }
span { border-color: rgb(219,113,208); }
td.TdClassName
{
border-color: #DB71D0;
}
.TagClassName
{
border-color: #DB71D0;
}
</style>