Shades of Orchid #DB70DB
Tints of Orchid #DB70DB
RGB
CMYK
RGB Variations
Color information
#DB70DB (or 0xDB70DB) is known color: Orchid. HEX triplet: DB, 70 and DB. RGB value is (219,112,219). Sum of RGB (Red+Green+Blue) = 219+112+219=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB70DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70DB is #248F24. Grayscale: #9B9B9B. Windows color (decimal): -2395941 or 14381275. OLE color: 14381275.
HSL color Cylindrical-coordinate representation of color #DB70DB: hue angle of 300º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB70DB is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 219 | - |
| CMYK | 0 | 0.49 | 0 | 0.14 |
| HSL | 300º | 0.6% | 0.65% | - |
| HSV(B) | 300º | 0.49% | 0.86% | - |
| XYZ | 47.79 | 31.76 | 70.63 | - |
| YUV | 156.19 | 163.45 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 219 | 0 | 0.49 | 0 | 0.14 | 300 | 0.6 | 0.65 |
| Hex | DB | 70 | DB | 0 | 31 | 0 | E | 12C | 3C | 41 |
| Octal | 333 | 160 | 333 | 0 | 61 | 0 | 16 | 454 | 74 | 101 |
| Binary | 11011011 | 1110000 | 11011011 | 0 | 110001 | 0 | 1110 | 100101100 | 111100 | 1000001 |
Color Harmonies of #DB70DB
Complementary color
Monochromatic Colors of #DB70DB
Black with #DB70DB
Text Example
Text Example
White with #DB70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70DB; }
p { color: rgb(219,112,219); }
H1.HeaderClassName
{
color: #DB70DB;
}
.AnyTagClassName
{
color: #DB70DB;
}
</style>
background-color css
<style>
a { background-color: #DB70DB; }
a { background-color: rgb(219,112,219); }
div.DivClassName
{
background-color: #DB70DB;
}
.BgClassName
{
background-color: #DB70DB;
}
</style>
border-color css
<style>
span { border-color: #DB70DB; }
span { border-color: rgb(219,112,219); }
td.TdClassName
{
border-color: #DB70DB;
}
.TagClassName
{
border-color: #DB70DB;
}
</style>