Shades of Orchid #DB70DE
Tints of Orchid #DB70DE
RGB
CMYK
RGB Variations
Color information
#DB70DE (or 0xDB70DE) is known color: Orchid. HEX triplet: DB, 70 and DE. RGB value is (219,112,222). Sum of RGB (Red+Green+Blue) = 219+112+222=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB70DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70DE is #248F21. Grayscale: #9C9C9C. Windows color (decimal): -2395938 or 14577883. OLE color: 14577883.
HSL color Cylindrical-coordinate representation of color #DB70DE: hue angle of 298.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB70DE is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 112 | 222 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.13 |
| HSL | 298.36º | 0.63% | 0.65% | - |
| HSV(B) | 298.36º | 0.5% | 0.87% | - |
| XYZ | 48.19 | 31.92 | 72.73 | - |
| YUV | 156.53 | 164.95 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 222 | 0.01 | 0.50 | 0 | 0.13 | 298.36 | 0.63 | 0.65 |
| Hex | DB | 70 | DE | 1 | 32 | 0 | D | 12A | 3E | 41 |
| Octal | 333 | 160 | 336 | 1 | 62 | 0 | 15 | 452 | 76 | 101 |
| Binary | 11011011 | 1110000 | 11011110 | 1 | 110010 | 0 | 1101 | 100101010 | 111110 | 1000001 |
Color Harmonies of #DB70DE
Complementary color
Monochromatic Colors of #DB70DE
Black with #DB70DE
Text Example
Text Example
White with #DB70DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70DE; }
p { color: rgb(219,112,222); }
H1.HeaderClassName
{
color: #DB70DE;
}
.AnyTagClassName
{
color: #DB70DE;
}
</style>
background-color css
<style>
a { background-color: #DB70DE; }
a { background-color: rgb(219,112,222); }
div.DivClassName
{
background-color: #DB70DE;
}
.BgClassName
{
background-color: #DB70DE;
}
</style>
border-color css
<style>
span { border-color: #DB70DE; }
span { border-color: rgb(219,112,222); }
td.TdClassName
{
border-color: #DB70DE;
}
.TagClassName
{
border-color: #DB70DE;
}
</style>