Shades of Orchid #DF70EA
Tints of Orchid #DF70EA
RGB
CMYK
RGB Variations
Color information
#DF70EA (or 0xDF70EA) is known color: Orchid. HEX triplet: DF, 70 and EA. RGB value is (223,112,234). Sum of RGB (Red+Green+Blue) = 223+112+234=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 112 (44.14% from 255 or 19.68% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF70EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70EA is #208F15. Grayscale: #9E9E9E. Windows color (decimal): -2133782 or 15364319. OLE color: 15364319.
HSL color Cylindrical-coordinate representation of color #DF70EA: hue angle of 294.59º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF70EA is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 112 | 234 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.08 |
| HSL | 294.59º | 0.74% | 0.68% | - |
| HSV(B) | 294.59º | 0.52% | 0.92% | - |
| XYZ | 51.08 | 33.22 | 81.56 | - |
| YUV | 159.1 | 170.27 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 234 | 0.05 | 0.52 | 0 | 0.08 | 294.59 | 0.74 | 0.68 |
| Hex | DF | 70 | EA | 5 | 34 | 0 | 8 | 127 | 4A | 44 |
| Octal | 337 | 160 | 352 | 5 | 64 | 0 | 10 | 447 | 112 | 104 |
| Binary | 11011111 | 1110000 | 11101010 | 101 | 110100 | 0 | 1000 | 100100111 | 1001010 | 1000100 |
Color Harmonies of #DF70EA
Complementary color
Monochromatic Colors of #DF70EA
Black with #DF70EA
Text Example
Text Example
White with #DF70EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70EA; }
p { color: rgb(223,112,234); }
H1.HeaderClassName
{
color: #DF70EA;
}
.AnyTagClassName
{
color: #DF70EA;
}
</style>
background-color css
<style>
a { background-color: #DF70EA; }
a { background-color: rgb(223,112,234); }
div.DivClassName
{
background-color: #DF70EA;
}
.BgClassName
{
background-color: #DF70EA;
}
</style>
border-color css
<style>
span { border-color: #DF70EA; }
span { border-color: rgb(223,112,234); }
td.TdClassName
{
border-color: #DF70EA;
}
.TagClassName
{
border-color: #DF70EA;
}
</style>