Shades of Orchid #DF70DC
Tints of Orchid #DF70DC
RGB
CMYK
RGB Variations
Color information
#DF70DC (or 0xDF70DC) is known color: Orchid. HEX triplet: DF, 70 and DC. RGB value is (223,112,220). Sum of RGB (Red+Green+Blue) = 223+112+220=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70DC is #208F23. Grayscale: #9D9D9D. Windows color (decimal): -2133796 or 14446815. OLE color: 14446815.
HSL color Cylindrical-coordinate representation of color #DF70DC: hue angle of 301.62º 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 #DF70DC is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 220 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.13 |
| HSL | 301.62º | 0.63% | 0.66% | - |
| HSV(B) | 301.62º | 0.5% | 0.87% | - |
| XYZ | 49.14 | 32.44 | 71.38 | - |
| YUV | 157.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 220 | 0 | 0.50 | 0.01 | 0.13 | 301.62 | 0.63 | 0.66 |
| Hex | DF | 70 | DC | 0 | 32 | 1 | D | 12E | 3F | 42 |
| Octal | 337 | 160 | 334 | 0 | 62 | 1 | 15 | 456 | 77 | 102 |
| Binary | 11011111 | 1110000 | 11011100 | 0 | 110010 | 1 | 1101 | 100101110 | 111111 | 1000010 |
Color Harmonies of #DF70DC
Complementary color
Monochromatic Colors of #DF70DC
Black with #DF70DC
Text Example
Text Example
White with #DF70DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70DC; }
p { color: rgb(223,112,220); }
H1.HeaderClassName
{
color: #DF70DC;
}
.AnyTagClassName
{
color: #DF70DC;
}
</style>
background-color css
<style>
a { background-color: #DF70DC; }
a { background-color: rgb(223,112,220); }
div.DivClassName
{
background-color: #DF70DC;
}
.BgClassName
{
background-color: #DF70DC;
}
</style>
border-color css
<style>
span { border-color: #DF70DC; }
span { border-color: rgb(223,112,220); }
td.TdClassName
{
border-color: #DF70DC;
}
.TagClassName
{
border-color: #DF70DC;
}
</style>