Shades of Orchid #EC71D4
Tints of Orchid #EC71D4
RGB
CMYK
RGB Variations
Color information
#EC71D4 (or 0xEC71D4) is known color: Orchid. HEX triplet: EC, 71 and D4. RGB value is (236,113,212). Sum of RGB (Red+Green+Blue) = 236+113+212=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71D4 is #138E2B. Grayscale: #A0A0A0. Windows color (decimal): -1281580 or 13922796. OLE color: 13922796.
HSL color Cylindrical-coordinate representation of color #EC71D4: hue angle of 311.71º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC71D4 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 212 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.07 |
| HSL | 311.71º | 0.76% | 0.68% | - |
| HSV(B) | 311.71º | 0.52% | 0.93% | - |
| XYZ | 52.38 | 34.4 | 66.17 | - |
| YUV | 161.06 | 156.75 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 212 | 0 | 0.52 | 0.10 | 0.07 | 311.71 | 0.76 | 0.68 |
| Hex | EC | 71 | D4 | 0 | 34 | A | 7 | 138 | 4C | 44 |
| Octal | 354 | 161 | 324 | 0 | 64 | 12 | 7 | 470 | 114 | 104 |
| Binary | 11101100 | 1110001 | 11010100 | 0 | 110100 | 1010 | 111 | 100111000 | 1001100 | 1000100 |
Color Harmonies of #EC71D4
Complementary color
Monochromatic Colors of #EC71D4
Black with #EC71D4
Text Example
Text Example
White with #EC71D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71D4; }
p { color: rgb(236,113,212); }
H1.HeaderClassName
{
color: #EC71D4;
}
.AnyTagClassName
{
color: #EC71D4;
}
</style>
background-color css
<style>
a { background-color: #EC71D4; }
a { background-color: rgb(236,113,212); }
div.DivClassName
{
background-color: #EC71D4;
}
.BgClassName
{
background-color: #EC71D4;
}
</style>
border-color css
<style>
span { border-color: #EC71D4; }
span { border-color: rgb(236,113,212); }
td.TdClassName
{
border-color: #EC71D4;
}
.TagClassName
{
border-color: #EC71D4;
}
</style>