Shades of Orchid #DF70E8
Tints of Orchid #DF70E8
RGB
CMYK
RGB Variations
Color information
#DF70E8 (or 0xDF70E8) is known color: Orchid. HEX triplet: DF, 70 and E8. RGB value is (223,112,232). Sum of RGB (Red+Green+Blue) = 223+112+232=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF70E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70E8 is #208F17. Grayscale: #9E9E9E. Windows color (decimal): -2133784 or 15233247. OLE color: 15233247.
HSL color Cylindrical-coordinate representation of color #DF70E8: hue angle of 295.5º degrees, saturation: 0.72, 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 #DF70E8 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 112 | 232 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.09 |
| HSL | 295.5º | 0.72% | 0.67% | - |
| HSV(B) | 295.5º | 0.52% | 0.91% | - |
| XYZ | 50.79 | 33.1 | 80.06 | - |
| YUV | 158.87 | 169.27 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 232 | 0.04 | 0.52 | 0 | 0.09 | 295.5 | 0.72 | 0.67 |
| Hex | DF | 70 | E8 | 4 | 34 | 0 | 9 | 128 | 48 | 43 |
| Octal | 337 | 160 | 350 | 4 | 64 | 0 | 11 | 450 | 110 | 103 |
| Binary | 11011111 | 1110000 | 11101000 | 100 | 110100 | 0 | 1001 | 100101000 | 1001000 | 1000011 |
Color Harmonies of #DF70E8
Complementary color
Monochromatic Colors of #DF70E8
Black with #DF70E8
Text Example
Text Example
White with #DF70E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70E8; }
p { color: rgb(223,112,232); }
H1.HeaderClassName
{
color: #DF70E8;
}
.AnyTagClassName
{
color: #DF70E8;
}
</style>
background-color css
<style>
a { background-color: #DF70E8; }
a { background-color: rgb(223,112,232); }
div.DivClassName
{
background-color: #DF70E8;
}
.BgClassName
{
background-color: #DF70E8;
}
</style>
border-color css
<style>
span { border-color: #DF70E8; }
span { border-color: rgb(223,112,232); }
td.TdClassName
{
border-color: #DF70E8;
}
.TagClassName
{
border-color: #DF70E8;
}
</style>