Shades of Orchid #EC70DC
Tints of Orchid #EC70DC
RGB
CMYK
RGB Variations
Color information
#EC70DC (or 0xEC70DC) is known color: Orchid. HEX triplet: EC, 70 and DC. RGB value is (236,112,220). Sum of RGB (Red+Green+Blue) = 236+112+220=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70DC is #138F23. Grayscale: #A1A1A1. Windows color (decimal): -1281828 or 14446828. OLE color: 14446828.
HSL color Cylindrical-coordinate representation of color #EC70DC: hue angle of 307.74º 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 #EC70DC is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 220 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.07 |
| HSL | 307.74º | 0.77% | 0.68% | - |
| HSV(B) | 307.74º | 0.53% | 0.93% | - |
| XYZ | 53.3 | 34.59 | 71.58 | - |
| YUV | 161.39 | 161.08 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 220 | 0 | 0.53 | 0.07 | 0.07 | 307.74 | 0.77 | 0.68 |
| Hex | EC | 70 | DC | 0 | 35 | 7 | 7 | 134 | 4D | 44 |
| Octal | 354 | 160 | 334 | 0 | 65 | 7 | 7 | 464 | 115 | 104 |
| Binary | 11101100 | 1110000 | 11011100 | 0 | 110101 | 111 | 111 | 100110100 | 1001101 | 1000100 |
Color Harmonies of #EC70DC
Complementary color
Monochromatic Colors of #EC70DC
Black with #EC70DC
Text Example
Text Example
White with #EC70DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70DC; }
p { color: rgb(236,112,220); }
H1.HeaderClassName
{
color: #EC70DC;
}
.AnyTagClassName
{
color: #EC70DC;
}
</style>
background-color css
<style>
a { background-color: #EC70DC; }
a { background-color: rgb(236,112,220); }
div.DivClassName
{
background-color: #EC70DC;
}
.BgClassName
{
background-color: #EC70DC;
}
</style>
border-color css
<style>
span { border-color: #EC70DC; }
span { border-color: rgb(236,112,220); }
td.TdClassName
{
border-color: #EC70DC;
}
.TagClassName
{
border-color: #EC70DC;
}
</style>