Shades of Orchid #ED70DD
Tints of Orchid #ED70DD
RGB
CMYK
RGB Variations
Color information
#ED70DD (or 0xED70DD) is known color: Orchid. HEX triplet: ED, 70 and DD. RGB value is (237,112,221). Sum of RGB (Red+Green+Blue) = 237+112+221=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED70DD is #128F22. Grayscale: #A1A1A1. Windows color (decimal): -1216291 or 14512365. OLE color: 14512365.
HSL color Cylindrical-coordinate representation of color #ED70DD: hue angle of 307.68º 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 #ED70DD is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 221 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.07 |
| HSL | 307.68º | 0.78% | 0.68% | - |
| HSV(B) | 307.68º | 0.53% | 0.93% | - |
| XYZ | 53.77 | 34.81 | 72.29 | - |
| YUV | 161.8 | 161.41 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 221 | 0 | 0.53 | 0.07 | 0.07 | 307.68 | 0.78 | 0.68 |
| Hex | ED | 70 | DD | 0 | 35 | 7 | 7 | 134 | 4E | 44 |
| Octal | 355 | 160 | 335 | 0 | 65 | 7 | 7 | 464 | 116 | 104 |
| Binary | 11101101 | 1110000 | 11011101 | 0 | 110101 | 111 | 111 | 100110100 | 1001110 | 1000100 |
Color Harmonies of #ED70DD
Complementary color
Monochromatic Colors of #ED70DD
Black with #ED70DD
Text Example
Text Example
White with #ED70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED70DD; }
p { color: rgb(237,112,221); }
H1.HeaderClassName
{
color: #ED70DD;
}
.AnyTagClassName
{
color: #ED70DD;
}
</style>
background-color css
<style>
a { background-color: #ED70DD; }
a { background-color: rgb(237,112,221); }
div.DivClassName
{
background-color: #ED70DD;
}
.BgClassName
{
background-color: #ED70DD;
}
</style>
border-color css
<style>
span { border-color: #ED70DD; }
span { border-color: rgb(237,112,221); }
td.TdClassName
{
border-color: #ED70DD;
}
.TagClassName
{
border-color: #ED70DD;
}
</style>