Shades of Orchid #DF70E7
Tints of Orchid #DF70E7
RGB
CMYK
RGB Variations
Color information
#DF70E7 (or 0xDF70E7) is known color: Orchid. HEX triplet: DF, 70 and E7. RGB value is (223,112,231). Sum of RGB (Red+Green+Blue) = 223+112+231=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #DF70E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70E7 is #208F18. Grayscale: #9E9E9E. Windows color (decimal): -2133785 or 15167711. OLE color: 15167711.
HSL color Cylindrical-coordinate representation of color #DF70E7: hue angle of 295.97º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF70E7 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 112 | 231 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.09 |
| HSL | 295.97º | 0.71% | 0.67% | - |
| HSV(B) | 295.97º | 0.52% | 0.91% | - |
| XYZ | 50.65 | 33.05 | 79.31 | - |
| YUV | 158.76 | 168.77 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 231 | 0.03 | 0.52 | 0 | 0.09 | 295.97 | 0.71 | 0.67 |
| Hex | DF | 70 | E7 | 3 | 34 | 0 | 9 | 128 | 47 | 43 |
| Octal | 337 | 160 | 347 | 3 | 64 | 0 | 11 | 450 | 107 | 103 |
| Binary | 11011111 | 1110000 | 11100111 | 11 | 110100 | 0 | 1001 | 100101000 | 1000111 | 1000011 |
Color Harmonies of #DF70E7
Complementary color
Monochromatic Colors of #DF70E7
Black with #DF70E7
Text Example
Text Example
White with #DF70E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70E7; }
p { color: rgb(223,112,231); }
H1.HeaderClassName
{
color: #DF70E7;
}
.AnyTagClassName
{
color: #DF70E7;
}
</style>
background-color css
<style>
a { background-color: #DF70E7; }
a { background-color: rgb(223,112,231); }
div.DivClassName
{
background-color: #DF70E7;
}
.BgClassName
{
background-color: #DF70E7;
}
</style>
border-color css
<style>
span { border-color: #DF70E7; }
span { border-color: rgb(223,112,231); }
td.TdClassName
{
border-color: #DF70E7;
}
.TagClassName
{
border-color: #DF70E7;
}
</style>