Shades of Orchid #DF70E9
Tints of Orchid #DF70E9
RGB
CMYK
RGB Variations
Color information
#DF70E9 (or 0xDF70E9) is known color: Orchid. HEX triplet: DF, 70 and E9. RGB value is (223,112,233). Sum of RGB (Red+Green+Blue) = 223+112+233=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF70E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70E9 is #208F16. Grayscale: #9E9E9E. Windows color (decimal): -2133783 or 15298783. OLE color: 15298783.
HSL color Cylindrical-coordinate representation of color #DF70E9: hue angle of 295.04º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF70E9 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 112 | 233 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.09 |
| HSL | 295.04º | 0.73% | 0.68% | - |
| HSV(B) | 295.04º | 0.52% | 0.91% | - |
| XYZ | 50.93 | 33.16 | 80.81 | - |
| YUV | 158.98 | 169.77 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 233 | 0.04 | 0.52 | 0 | 0.09 | 295.04 | 0.73 | 0.68 |
| Hex | DF | 70 | E9 | 4 | 34 | 0 | 9 | 127 | 49 | 44 |
| Octal | 337 | 160 | 351 | 4 | 64 | 0 | 11 | 447 | 111 | 104 |
| Binary | 11011111 | 1110000 | 11101001 | 100 | 110100 | 0 | 1001 | 100100111 | 1001001 | 1000100 |
Color Harmonies of #DF70E9
Complementary color
Monochromatic Colors of #DF70E9
Black with #DF70E9
Text Example
Text Example
White with #DF70E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70E9; }
p { color: rgb(223,112,233); }
H1.HeaderClassName
{
color: #DF70E9;
}
.AnyTagClassName
{
color: #DF70E9;
}
</style>
background-color css
<style>
a { background-color: #DF70E9; }
a { background-color: rgb(223,112,233); }
div.DivClassName
{
background-color: #DF70E9;
}
.BgClassName
{
background-color: #DF70E9;
}
</style>
border-color css
<style>
span { border-color: #DF70E9; }
span { border-color: rgb(223,112,233); }
td.TdClassName
{
border-color: #DF70E9;
}
.TagClassName
{
border-color: #DF70E9;
}
</style>