Shades of Orchid #DB70CE
Tints of Orchid #DB70CE
RGB
CMYK
RGB Variations
Color information
#DB70CE (or 0xDB70CE) is known color: Orchid. HEX triplet: DB, 70 and CE. RGB value is (219,112,206). Sum of RGB (Red+Green+Blue) = 219+112+206=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70CE is #248F31. Grayscale: #9A9A9A. Windows color (decimal): -2395954 or 13529307. OLE color: 13529307.
HSL color Cylindrical-coordinate representation of color #DB70CE: hue angle of 307.29º 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 #DB70CE is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 206 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.14 |
| HSL | 307.29º | 0.6% | 0.65% | - |
| HSV(B) | 307.29º | 0.49% | 0.86% | - |
| XYZ | 46.15 | 31.1 | 61.96 | - |
| YUV | 154.71 | 156.95 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 206 | 0 | 0.49 | 0.06 | 0.14 | 307.29 | 0.6 | 0.65 |
| Hex | DB | 70 | CE | 0 | 31 | 6 | E | 133 | 3C | 41 |
| Octal | 333 | 160 | 316 | 0 | 61 | 6 | 16 | 463 | 74 | 101 |
| Binary | 11011011 | 1110000 | 11001110 | 0 | 110001 | 110 | 1110 | 100110011 | 111100 | 1000001 |
Color Harmonies of #DB70CE
Complementary color
Monochromatic Colors of #DB70CE
Black with #DB70CE
Text Example
Text Example
White with #DB70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70CE; }
p { color: rgb(219,112,206); }
H1.HeaderClassName
{
color: #DB70CE;
}
.AnyTagClassName
{
color: #DB70CE;
}
</style>
background-color css
<style>
a { background-color: #DB70CE; }
a { background-color: rgb(219,112,206); }
div.DivClassName
{
background-color: #DB70CE;
}
.BgClassName
{
background-color: #DB70CE;
}
</style>
border-color css
<style>
span { border-color: #DB70CE; }
span { border-color: rgb(219,112,206); }
td.TdClassName
{
border-color: #DB70CE;
}
.TagClassName
{
border-color: #DB70CE;
}
</style>