Shades of Orchid #DB71CA
Tints of Orchid #DB71CA
RGB
CMYK
RGB Variations
Color information
#DB71CA (or 0xDB71CA) is known color: Orchid. HEX triplet: DB, 71 and CA. RGB value is (219,113,202). Sum of RGB (Red+Green+Blue) = 219+113+202=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71CA is #248E35. Grayscale: #9A9A9A. Windows color (decimal): -2395702 or 13267419. OLE color: 13267419.
HSL color Cylindrical-coordinate representation of color #DB71CA: hue angle of 309.62º 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 #DB71CA is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 202 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.14 |
| HSL | 309.62º | 0.6% | 0.65% | - |
| HSV(B) | 309.62º | 0.48% | 0.86% | - |
| XYZ | 45.78 | 31.13 | 59.47 | - |
| YUV | 154.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 202 | 0 | 0.48 | 0.08 | 0.14 | 309.62 | 0.6 | 0.65 |
| Hex | DB | 71 | CA | 0 | 30 | 8 | E | 136 | 3C | 41 |
| Octal | 333 | 161 | 312 | 0 | 60 | 10 | 16 | 466 | 74 | 101 |
| Binary | 11011011 | 1110001 | 11001010 | 0 | 110000 | 1000 | 1110 | 100110110 | 111100 | 1000001 |
Color Harmonies of #DB71CA
Complementary color
Monochromatic Colors of #DB71CA
Black with #DB71CA
Text Example
Text Example
White with #DB71CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB71CA; }
p { color: rgb(219,113,202); }
H1.HeaderClassName
{
color: #DB71CA;
}
.AnyTagClassName
{
color: #DB71CA;
}
</style>
background-color css
<style>
a { background-color: #DB71CA; }
a { background-color: rgb(219,113,202); }
div.DivClassName
{
background-color: #DB71CA;
}
.BgClassName
{
background-color: #DB71CA;
}
</style>
border-color css
<style>
span { border-color: #DB71CA; }
span { border-color: rgb(219,113,202); }
td.TdClassName
{
border-color: #DB71CA;
}
.TagClassName
{
border-color: #DB71CA;
}
</style>