Shades of Orchid #EC70D0
Tints of Orchid #EC70D0
RGB
CMYK
RGB Variations
Color information
#EC70D0 (or 0xEC70D0) is known color: Orchid. HEX triplet: EC, 70 and D0. RGB value is (236,112,208). Sum of RGB (Red+Green+Blue) = 236+112+208=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70D0 is #138F2F. Grayscale: #9F9F9F. Windows color (decimal): -1281840 or 13660396. OLE color: 13660396.
HSL color Cylindrical-coordinate representation of color #EC70D0: hue angle of 313.55º degrees, saturation: 0.77, 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 #EC70D0 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 208 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.07 |
| HSL | 313.55º | 0.77% | 0.68% | - |
| HSV(B) | 313.55º | 0.53% | 0.93% | - |
| XYZ | 51.77 | 33.98 | 63.5 | - |
| YUV | 160.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 208 | 0 | 0.53 | 0.12 | 0.07 | 313.55 | 0.77 | 0.68 |
| Hex | EC | 70 | D0 | 0 | 35 | C | 7 | 13A | 4D | 44 |
| Octal | 354 | 160 | 320 | 0 | 65 | 14 | 7 | 472 | 115 | 104 |
| Binary | 11101100 | 1110000 | 11010000 | 0 | 110101 | 1100 | 111 | 100111010 | 1001101 | 1000100 |
Color Harmonies of #EC70D0
Complementary color
Monochromatic Colors of #EC70D0
Black with #EC70D0
Text Example
Text Example
White with #EC70D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70D0; }
p { color: rgb(236,112,208); }
H1.HeaderClassName
{
color: #EC70D0;
}
.AnyTagClassName
{
color: #EC70D0;
}
</style>
background-color css
<style>
a { background-color: #EC70D0; }
a { background-color: rgb(236,112,208); }
div.DivClassName
{
background-color: #EC70D0;
}
.BgClassName
{
background-color: #EC70D0;
}
</style>
border-color css
<style>
span { border-color: #EC70D0; }
span { border-color: rgb(236,112,208); }
td.TdClassName
{
border-color: #EC70D0;
}
.TagClassName
{
border-color: #EC70D0;
}
</style>