Shades of Orchid #EC77D2
Tints of Orchid #EC77D2
RGB
CMYK
RGB Variations
Color information
#EC77D2 (or 0xEC77D2) is known color: Orchid. HEX triplet: EC, 77 and D2. RGB value is (236,119,210). Sum of RGB (Red+Green+Blue) = 236+119+210=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77D2 is #13882D. Grayscale: #A4A4A4. Windows color (decimal): -1280046 or 13793260. OLE color: 13793260.
HSL color Cylindrical-coordinate representation of color #EC77D2: hue angle of 313.33º 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 #EC77D2 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 210 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.07 |
| HSL | 313.33º | 0.75% | 0.7% | - |
| HSV(B) | 313.33º | 0.5% | 0.93% | - |
| XYZ | 52.82 | 35.68 | 65.08 | - |
| YUV | 164.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 210 | 0 | 0.50 | 0.11 | 0.07 | 313.33 | 0.75 | 0.7 |
| Hex | EC | 77 | D2 | 0 | 32 | B | 7 | 139 | 4B | 46 |
| Octal | 354 | 167 | 322 | 0 | 62 | 13 | 7 | 471 | 113 | 106 |
| Binary | 11101100 | 1110111 | 11010010 | 0 | 110010 | 1011 | 111 | 100111001 | 1001011 | 1000110 |
Color Harmonies of #EC77D2
Complementary color
Monochromatic Colors of #EC77D2
Black with #EC77D2
Text Example
Text Example
White with #EC77D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77D2; }
p { color: rgb(236,119,210); }
H1.HeaderClassName
{
color: #EC77D2;
}
.AnyTagClassName
{
color: #EC77D2;
}
</style>
background-color css
<style>
a { background-color: #EC77D2; }
a { background-color: rgb(236,119,210); }
div.DivClassName
{
background-color: #EC77D2;
}
.BgClassName
{
background-color: #EC77D2;
}
</style>
border-color css
<style>
span { border-color: #EC77D2; }
span { border-color: rgb(236,119,210); }
td.TdClassName
{
border-color: #EC77D2;
}
.TagClassName
{
border-color: #EC77D2;
}
</style>