Shades of Orchid #ED70DF
Tints of Orchid #ED70DF
RGB
CMYK
RGB Variations
Color information
#ED70DF (or 0xED70DF) is known color: Orchid. HEX triplet: ED, 70 and DF. RGB value is (237,112,223). Sum of RGB (Red+Green+Blue) = 237+112+223=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED70DF is #128F20. Grayscale: #A1A1A1. Windows color (decimal): -1216289 or 14643437. OLE color: 14643437.
HSL color Cylindrical-coordinate representation of color #ED70DF: hue angle of 306.72º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED70DF is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 223 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.07 |
| HSL | 306.72º | 0.78% | 0.68% | - |
| HSV(B) | 306.72º | 0.53% | 0.93% | - |
| XYZ | 54.04 | 34.92 | 73.7 | - |
| YUV | 162.03 | 162.41 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 223 | 0 | 0.53 | 0.06 | 0.07 | 306.72 | 0.78 | 0.68 |
| Hex | ED | 70 | DF | 0 | 35 | 6 | 7 | 133 | 4E | 44 |
| Octal | 355 | 160 | 337 | 0 | 65 | 6 | 7 | 463 | 116 | 104 |
| Binary | 11101101 | 1110000 | 11011111 | 0 | 110101 | 110 | 111 | 100110011 | 1001110 | 1000100 |
Color Harmonies of #ED70DF
Complementary color
Monochromatic Colors of #ED70DF
Black with #ED70DF
Text Example
Text Example
White with #ED70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED70DF; }
p { color: rgb(237,112,223); }
H1.HeaderClassName
{
color: #ED70DF;
}
.AnyTagClassName
{
color: #ED70DF;
}
</style>
background-color css
<style>
a { background-color: #ED70DF; }
a { background-color: rgb(237,112,223); }
div.DivClassName
{
background-color: #ED70DF;
}
.BgClassName
{
background-color: #ED70DF;
}
</style>
border-color css
<style>
span { border-color: #ED70DF; }
span { border-color: rgb(237,112,223); }
td.TdClassName
{
border-color: #ED70DF;
}
.TagClassName
{
border-color: #ED70DF;
}
</style>