Shades of Orchid #ED70DA
Tints of Orchid #ED70DA
RGB
CMYK
RGB Variations
Color information
#ED70DA (or 0xED70DA) is known color: Orchid. HEX triplet: ED, 70 and DA. RGB value is (237,112,218). Sum of RGB (Red+Green+Blue) = 237+112+218=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED70DA is #128F25. Grayscale: #A1A1A1. Windows color (decimal): -1216294 or 14315757. OLE color: 14315757.
HSL color Cylindrical-coordinate representation of color #ED70DA: hue angle of 309.12º 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 #ED70DA is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 218 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.07 |
| HSL | 309.12º | 0.78% | 0.68% | - |
| HSV(B) | 309.12º | 0.53% | 0.93% | - |
| XYZ | 53.37 | 34.65 | 70.21 | - |
| YUV | 161.46 | 159.91 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 218 | 0 | 0.53 | 0.08 | 0.07 | 309.12 | 0.78 | 0.68 |
| Hex | ED | 70 | DA | 0 | 35 | 8 | 7 | 135 | 4E | 44 |
| Octal | 355 | 160 | 332 | 0 | 65 | 10 | 7 | 465 | 116 | 104 |
| Binary | 11101101 | 1110000 | 11011010 | 0 | 110101 | 1000 | 111 | 100110101 | 1001110 | 1000100 |
Color Harmonies of #ED70DA
Complementary color
Monochromatic Colors of #ED70DA
Black with #ED70DA
Text Example
Text Example
White with #ED70DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED70DA; }
p { color: rgb(237,112,218); }
H1.HeaderClassName
{
color: #ED70DA;
}
.AnyTagClassName
{
color: #ED70DA;
}
</style>
background-color css
<style>
a { background-color: #ED70DA; }
a { background-color: rgb(237,112,218); }
div.DivClassName
{
background-color: #ED70DA;
}
.BgClassName
{
background-color: #ED70DA;
}
</style>
border-color css
<style>
span { border-color: #ED70DA; }
span { border-color: rgb(237,112,218); }
td.TdClassName
{
border-color: #ED70DA;
}
.TagClassName
{
border-color: #ED70DA;
}
</style>