Shades of Orchid #DF70DD
Tints of Orchid #DF70DD
RGB
CMYK
RGB Variations
Color information
#DF70DD (or 0xDF70DD) is known color: Orchid. HEX triplet: DF, 70 and DD. RGB value is (223,112,221). Sum of RGB (Red+Green+Blue) = 223+112+221=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70DD is #208F22. Grayscale: #9D9D9D. Windows color (decimal): -2133795 or 14512351. OLE color: 14512351.
HSL color Cylindrical-coordinate representation of color #DF70DD: hue angle of 301.08º 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 #DF70DD is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 221 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.13 |
| HSL | 301.08º | 0.63% | 0.66% | - |
| HSV(B) | 301.08º | 0.5% | 0.87% | - |
| XYZ | 49.28 | 32.5 | 72.08 | - |
| YUV | 157.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 221 | 0 | 0.50 | 0.01 | 0.13 | 301.08 | 0.63 | 0.66 |
| Hex | DF | 70 | DD | 0 | 32 | 1 | D | 12D | 3F | 42 |
| Octal | 337 | 160 | 335 | 0 | 62 | 1 | 15 | 455 | 77 | 102 |
| Binary | 11011111 | 1110000 | 11011101 | 0 | 110010 | 1 | 1101 | 100101101 | 111111 | 1000010 |
Color Harmonies of #DF70DD
Complementary color
Monochromatic Colors of #DF70DD
Black with #DF70DD
Text Example
Text Example
White with #DF70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70DD; }
p { color: rgb(223,112,221); }
H1.HeaderClassName
{
color: #DF70DD;
}
.AnyTagClassName
{
color: #DF70DD;
}
</style>
background-color css
<style>
a { background-color: #DF70DD; }
a { background-color: rgb(223,112,221); }
div.DivClassName
{
background-color: #DF70DD;
}
.BgClassName
{
background-color: #DF70DD;
}
</style>
border-color css
<style>
span { border-color: #DF70DD; }
span { border-color: rgb(223,112,221); }
td.TdClassName
{
border-color: #DF70DD;
}
.TagClassName
{
border-color: #DF70DD;
}
</style>