Shades of Orchid #DF70E1
Tints of Orchid #DF70E1
RGB
CMYK
RGB Variations
Color information
#DF70E1 (or 0xDF70E1) is known color: Orchid. HEX triplet: DF, 70 and E1. RGB value is (223,112,225). Sum of RGB (Red+Green+Blue) = 223+112+225=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF70E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70E1 is #208F1E. Grayscale: #9D9D9D. Windows color (decimal): -2133791 or 14774495. OLE color: 14774495.
HSL color Cylindrical-coordinate representation of color #DF70E1: hue angle of 298.94º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF70E1 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 112 | 225 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.12 |
| HSL | 298.94º | 0.65% | 0.66% | - |
| HSV(B) | 298.94º | 0.5% | 0.88% | - |
| XYZ | 49.82 | 32.71 | 74.92 | - |
| YUV | 158.07 | 165.77 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 225 | 0.01 | 0.50 | 0 | 0.12 | 298.94 | 0.65 | 0.66 |
| Hex | DF | 70 | E1 | 1 | 32 | 0 | C | 12B | 41 | 42 |
| Octal | 337 | 160 | 341 | 1 | 62 | 0 | 14 | 453 | 101 | 102 |
| Binary | 11011111 | 1110000 | 11100001 | 1 | 110010 | 0 | 1100 | 100101011 | 1000001 | 1000010 |
Color Harmonies of #DF70E1
Complementary color
Monochromatic Colors of #DF70E1
Black with #DF70E1
Text Example
Text Example
White with #DF70E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70E1; }
p { color: rgb(223,112,225); }
H1.HeaderClassName
{
color: #DF70E1;
}
.AnyTagClassName
{
color: #DF70E1;
}
</style>
background-color css
<style>
a { background-color: #DF70E1; }
a { background-color: rgb(223,112,225); }
div.DivClassName
{
background-color: #DF70E1;
}
.BgClassName
{
background-color: #DF70E1;
}
</style>
border-color css
<style>
span { border-color: #DF70E1; }
span { border-color: rgb(223,112,225); }
td.TdClassName
{
border-color: #DF70E1;
}
.TagClassName
{
border-color: #DF70E1;
}
</style>