Shades of Orchid #EC71DF
Tints of Orchid #EC71DF
RGB
CMYK
RGB Variations
Color information
#EC71DF (or 0xEC71DF) is known color: Orchid. HEX triplet: EC, 71 and DF. RGB value is (236,113,223). Sum of RGB (Red+Green+Blue) = 236+113+223=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71DF is #138E20. Grayscale: #A2A2A2. Windows color (decimal): -1281569 or 14643692. OLE color: 14643692.
HSL color Cylindrical-coordinate representation of color #EC71DF: hue angle of 306.34º 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 #EC71DF is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 223 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.07 |
| HSL | 306.34º | 0.76% | 0.68% | - |
| HSV(B) | 306.34º | 0.52% | 0.93% | - |
| XYZ | 53.82 | 34.97 | 73.73 | - |
| YUV | 162.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 223 | 0 | 0.52 | 0.06 | 0.07 | 306.34 | 0.76 | 0.68 |
| Hex | EC | 71 | DF | 0 | 34 | 6 | 7 | 132 | 4C | 44 |
| Octal | 354 | 161 | 337 | 0 | 64 | 6 | 7 | 462 | 114 | 104 |
| Binary | 11101100 | 1110001 | 11011111 | 0 | 110100 | 110 | 111 | 100110010 | 1001100 | 1000100 |
Color Harmonies of #EC71DF
Complementary color
Monochromatic Colors of #EC71DF
Black with #EC71DF
Text Example
Text Example
White with #EC71DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71DF; }
p { color: rgb(236,113,223); }
H1.HeaderClassName
{
color: #EC71DF;
}
.AnyTagClassName
{
color: #EC71DF;
}
</style>
background-color css
<style>
a { background-color: #EC71DF; }
a { background-color: rgb(236,113,223); }
div.DivClassName
{
background-color: #EC71DF;
}
.BgClassName
{
background-color: #EC71DF;
}
</style>
border-color css
<style>
span { border-color: #EC71DF; }
span { border-color: rgb(236,113,223); }
td.TdClassName
{
border-color: #EC71DF;
}
.TagClassName
{
border-color: #EC71DF;
}
</style>