Shades of Orchid #DB70D6
Tints of Orchid #DB70D6
RGB
CMYK
RGB Variations
Color information
#DB70D6 (or 0xDB70D6) is known color: Orchid. HEX triplet: DB, 70 and D6. RGB value is (219,112,214). Sum of RGB (Red+Green+Blue) = 219+112+214=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70D6 is #248F29. Grayscale: #9B9B9B. Windows color (decimal): -2395946 or 14053595. OLE color: 14053595.
HSL color Cylindrical-coordinate representation of color #DB70D6: hue angle of 302.8º 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 #DB70D6 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 214 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.14 |
| HSL | 302.8º | 0.6% | 0.65% | - |
| HSV(B) | 302.8º | 0.49% | 0.86% | - |
| XYZ | 47.15 | 31.5 | 67.21 | - |
| YUV | 155.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 214 | 0 | 0.49 | 0.02 | 0.14 | 302.8 | 0.6 | 0.65 |
| Hex | DB | 70 | D6 | 0 | 31 | 2 | E | 12F | 3C | 41 |
| Octal | 333 | 160 | 326 | 0 | 61 | 2 | 16 | 457 | 74 | 101 |
| Binary | 11011011 | 1110000 | 11010110 | 0 | 110001 | 10 | 1110 | 100101111 | 111100 | 1000001 |
Color Harmonies of #DB70D6
Complementary color
Monochromatic Colors of #DB70D6
Black with #DB70D6
Text Example
Text Example
White with #DB70D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70D6; }
p { color: rgb(219,112,214); }
H1.HeaderClassName
{
color: #DB70D6;
}
.AnyTagClassName
{
color: #DB70D6;
}
</style>
background-color css
<style>
a { background-color: #DB70D6; }
a { background-color: rgb(219,112,214); }
div.DivClassName
{
background-color: #DB70D6;
}
.BgClassName
{
background-color: #DB70D6;
}
</style>
border-color css
<style>
span { border-color: #DB70D6; }
span { border-color: rgb(219,112,214); }
td.TdClassName
{
border-color: #DB70D6;
}
.TagClassName
{
border-color: #DB70D6;
}
</style>