Shades of Orchid #DB70DF
Tints of Orchid #DB70DF
RGB
CMYK
RGB Variations
Color information
#DB70DF (or 0xDB70DF) is known color: Orchid. HEX triplet: DB, 70 and DF. RGB value is (219,112,223). Sum of RGB (Red+Green+Blue) = 219+112+223=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB70DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70DF is #248F20. Grayscale: #9C9C9C. Windows color (decimal): -2395937 or 14643419. OLE color: 14643419.
HSL color Cylindrical-coordinate representation of color #DB70DF: hue angle of 297.84º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB70DF is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 112 | 223 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.13 |
| HSL | 297.84º | 0.63% | 0.66% | - |
| HSV(B) | 297.84º | 0.5% | 0.87% | - |
| XYZ | 48.33 | 31.98 | 73.44 | - |
| YUV | 156.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 223 | 0.02 | 0.50 | 0 | 0.13 | 297.84 | 0.63 | 0.66 |
| Hex | DB | 70 | DF | 2 | 32 | 0 | D | 12A | 3F | 42 |
| Octal | 333 | 160 | 337 | 2 | 62 | 0 | 15 | 452 | 77 | 102 |
| Binary | 11011011 | 1110000 | 11011111 | 10 | 110010 | 0 | 1101 | 100101010 | 111111 | 1000010 |
Color Harmonies of #DB70DF
Complementary color
Monochromatic Colors of #DB70DF
Black with #DB70DF
Text Example
Text Example
White with #DB70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70DF; }
p { color: rgb(219,112,223); }
H1.HeaderClassName
{
color: #DB70DF;
}
.AnyTagClassName
{
color: #DB70DF;
}
</style>
background-color css
<style>
a { background-color: #DB70DF; }
a { background-color: rgb(219,112,223); }
div.DivClassName
{
background-color: #DB70DF;
}
.BgClassName
{
background-color: #DB70DF;
}
</style>
border-color css
<style>
span { border-color: #DB70DF; }
span { border-color: rgb(219,112,223); }
td.TdClassName
{
border-color: #DB70DF;
}
.TagClassName
{
border-color: #DB70DF;
}
</style>