Shades of Orchid #DB70D4
Tints of Orchid #DB70D4
RGB
CMYK
RGB Variations
Color information
#DB70D4 (or 0xDB70D4) is known color: Orchid. HEX triplet: DB, 70 and D4. RGB value is (219,112,212). Sum of RGB (Red+Green+Blue) = 219+112+212=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70D4 is #248F2B. Grayscale: #9B9B9B. Windows color (decimal): -2395948 or 13922523. OLE color: 13922523.
HSL color Cylindrical-coordinate representation of color #DB70D4: hue angle of 303.93º 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 #DB70D4 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 212 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.14 |
| HSL | 303.93º | 0.6% | 0.65% | - |
| HSV(B) | 303.93º | 0.49% | 0.86% | - |
| XYZ | 46.89 | 31.4 | 65.88 | - |
| YUV | 155.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 212 | 0 | 0.49 | 0.03 | 0.14 | 303.93 | 0.6 | 0.65 |
| Hex | DB | 70 | D4 | 0 | 31 | 3 | E | 130 | 3C | 41 |
| Octal | 333 | 160 | 324 | 0 | 61 | 3 | 16 | 460 | 74 | 101 |
| Binary | 11011011 | 1110000 | 11010100 | 0 | 110001 | 11 | 1110 | 100110000 | 111100 | 1000001 |
Color Harmonies of #DB70D4
Complementary color
Monochromatic Colors of #DB70D4
Black with #DB70D4
Text Example
Text Example
White with #DB70D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70D4; }
p { color: rgb(219,112,212); }
H1.HeaderClassName
{
color: #DB70D4;
}
.AnyTagClassName
{
color: #DB70D4;
}
</style>
background-color css
<style>
a { background-color: #DB70D4; }
a { background-color: rgb(219,112,212); }
div.DivClassName
{
background-color: #DB70D4;
}
.BgClassName
{
background-color: #DB70D4;
}
</style>
border-color css
<style>
span { border-color: #DB70D4; }
span { border-color: rgb(219,112,212); }
td.TdClassName
{
border-color: #DB70D4;
}
.TagClassName
{
border-color: #DB70D4;
}
</style>