Shades of Orchid #EC70DD
Tints of Orchid #EC70DD
RGB
CMYK
RGB Variations
Color information
#EC70DD (or 0xEC70DD) is known color: Orchid. HEX triplet: EC, 70 and DD. RGB value is (236,112,221). Sum of RGB (Red+Green+Blue) = 236+112+221=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 112 (44.14% from 255 or 19.68% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70DD is #138F22. Grayscale: #A1A1A1. Windows color (decimal): -1281827 or 14512364. OLE color: 14512364.
HSL color Cylindrical-coordinate representation of color #EC70DD: hue angle of 307.26º 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 #EC70DD is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 221 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.07 |
| HSL | 307.26º | 0.77% | 0.68% | - |
| HSV(B) | 307.26º | 0.53% | 0.93% | - |
| XYZ | 53.44 | 34.64 | 72.28 | - |
| YUV | 161.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 221 | 0 | 0.53 | 0.06 | 0.07 | 307.26 | 0.77 | 0.68 |
| Hex | EC | 70 | DD | 0 | 35 | 6 | 7 | 133 | 4D | 44 |
| Octal | 354 | 160 | 335 | 0 | 65 | 6 | 7 | 463 | 115 | 104 |
| Binary | 11101100 | 1110000 | 11011101 | 0 | 110101 | 110 | 111 | 100110011 | 1001101 | 1000100 |
Color Harmonies of #EC70DD
Complementary color
Monochromatic Colors of #EC70DD
Black with #EC70DD
Text Example
Text Example
White with #EC70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70DD; }
p { color: rgb(236,112,221); }
H1.HeaderClassName
{
color: #EC70DD;
}
.AnyTagClassName
{
color: #EC70DD;
}
</style>
background-color css
<style>
a { background-color: #EC70DD; }
a { background-color: rgb(236,112,221); }
div.DivClassName
{
background-color: #EC70DD;
}
.BgClassName
{
background-color: #EC70DD;
}
</style>
border-color css
<style>
span { border-color: #EC70DD; }
span { border-color: rgb(236,112,221); }
td.TdClassName
{
border-color: #EC70DD;
}
.TagClassName
{
border-color: #EC70DD;
}
</style>