Shades of Orchid #DB70E1
Tints of Orchid #DB70E1
RGB
CMYK
RGB Variations
Color information
#DB70E1 (or 0xDB70E1) is known color: Orchid. HEX triplet: DB, 70 and E1. RGB value is (219,112,225). Sum of RGB (Red+Green+Blue) = 219+112+225=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB70E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70E1 is #248F1E. Grayscale: #9C9C9C. Windows color (decimal): -2395935 or 14774491. OLE color: 14774491.
HSL color Cylindrical-coordinate representation of color #DB70E1: hue angle of 296.81º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB70E1 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 112 | 225 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.12 |
| HSL | 296.81º | 0.65% | 0.66% | - |
| HSV(B) | 296.81º | 0.5% | 0.88% | - |
| XYZ | 48.6 | 32.08 | 74.87 | - |
| YUV | 156.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 225 | 0.03 | 0.50 | 0 | 0.12 | 296.81 | 0.65 | 0.66 |
| Hex | DB | 70 | E1 | 3 | 32 | 0 | C | 129 | 41 | 42 |
| Octal | 333 | 160 | 341 | 3 | 62 | 0 | 14 | 451 | 101 | 102 |
| Binary | 11011011 | 1110000 | 11100001 | 11 | 110010 | 0 | 1100 | 100101001 | 1000001 | 1000010 |
Color Harmonies of #DB70E1
Complementary color
Monochromatic Colors of #DB70E1
Black with #DB70E1
Text Example
Text Example
White with #DB70E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70E1; }
p { color: rgb(219,112,225); }
H1.HeaderClassName
{
color: #DB70E1;
}
.AnyTagClassName
{
color: #DB70E1;
}
</style>
background-color css
<style>
a { background-color: #DB70E1; }
a { background-color: rgb(219,112,225); }
div.DivClassName
{
background-color: #DB70E1;
}
.BgClassName
{
background-color: #DB70E1;
}
</style>
border-color css
<style>
span { border-color: #DB70E1; }
span { border-color: rgb(219,112,225); }
td.TdClassName
{
border-color: #DB70E1;
}
.TagClassName
{
border-color: #DB70E1;
}
</style>