Shades of Orchid #EC77D3
Tints of Orchid #EC77D3
RGB
CMYK
RGB Variations
Color information
#EC77D3 (or 0xEC77D3) is known color: Orchid. HEX triplet: EC, 77 and D3. RGB value is (236,119,211). Sum of RGB (Red+Green+Blue) = 236+119+211=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 119 (46.88% from 255 or 21.02% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77D3 is #13882C. Grayscale: #A4A4A4. Windows color (decimal): -1280045 or 13858796. OLE color: 13858796.
HSL color Cylindrical-coordinate representation of color #EC77D3: hue angle of 312.82º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC77D3 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 211 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.07 |
| HSL | 312.82º | 0.75% | 0.7% | - |
| HSV(B) | 312.82º | 0.5% | 0.93% | - |
| XYZ | 52.95 | 35.73 | 65.73 | - |
| YUV | 164.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 211 | 0 | 0.50 | 0.11 | 0.07 | 312.82 | 0.75 | 0.7 |
| Hex | EC | 77 | D3 | 0 | 32 | B | 7 | 139 | 4B | 46 |
| Octal | 354 | 167 | 323 | 0 | 62 | 13 | 7 | 471 | 113 | 106 |
| Binary | 11101100 | 1110111 | 11010011 | 0 | 110010 | 1011 | 111 | 100111001 | 1001011 | 1000110 |
Color Harmonies of #EC77D3
Complementary color
Monochromatic Colors of #EC77D3
Black with #EC77D3
Text Example
Text Example
White with #EC77D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77D3; }
p { color: rgb(236,119,211); }
H1.HeaderClassName
{
color: #EC77D3;
}
.AnyTagClassName
{
color: #EC77D3;
}
</style>
background-color css
<style>
a { background-color: #EC77D3; }
a { background-color: rgb(236,119,211); }
div.DivClassName
{
background-color: #EC77D3;
}
.BgClassName
{
background-color: #EC77D3;
}
</style>
border-color css
<style>
span { border-color: #EC77D3; }
span { border-color: rgb(236,119,211); }
td.TdClassName
{
border-color: #EC77D3;
}
.TagClassName
{
border-color: #EC77D3;
}
</style>