Shades of Orchid #DB71CE
Tints of Orchid #DB71CE
RGB
CMYK
RGB Variations
Color information
#DB71CE (or 0xDB71CE) is known color: Orchid. HEX triplet: DB, 71 and CE. RGB value is (219,113,206). Sum of RGB (Red+Green+Blue) = 219+113+206=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71CE is #248E31. Grayscale: #9B9B9B. Windows color (decimal): -2395698 or 13529563. OLE color: 13529563.
HSL color Cylindrical-coordinate representation of color #DB71CE: hue angle of 307.36º 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 #DB71CE is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 206 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.14 |
| HSL | 307.36º | 0.6% | 0.65% | - |
| HSV(B) | 307.36º | 0.48% | 0.86% | - |
| XYZ | 46.26 | 31.33 | 62 | - |
| YUV | 155.3 | 156.62 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 206 | 0 | 0.48 | 0.06 | 0.14 | 307.36 | 0.6 | 0.65 |
| Hex | DB | 71 | CE | 0 | 30 | 6 | E | 133 | 3C | 41 |
| Octal | 333 | 161 | 316 | 0 | 60 | 6 | 16 | 463 | 74 | 101 |
| Binary | 11011011 | 1110001 | 11001110 | 0 | 110000 | 110 | 1110 | 100110011 | 111100 | 1000001 |
Color Harmonies of #DB71CE
Complementary color
Monochromatic Colors of #DB71CE
Black with #DB71CE
Text Example
Text Example
White with #DB71CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB71CE; }
p { color: rgb(219,113,206); }
H1.HeaderClassName
{
color: #DB71CE;
}
.AnyTagClassName
{
color: #DB71CE;
}
</style>
background-color css
<style>
a { background-color: #DB71CE; }
a { background-color: rgb(219,113,206); }
div.DivClassName
{
background-color: #DB71CE;
}
.BgClassName
{
background-color: #DB71CE;
}
</style>
border-color css
<style>
span { border-color: #DB71CE; }
span { border-color: rgb(219,113,206); }
td.TdClassName
{
border-color: #DB71CE;
}
.TagClassName
{
border-color: #DB71CE;
}
</style>