Shades of Orchid #EC73D8
Tints of Orchid #EC73D8
RGB
CMYK
RGB Variations
Color information
#EC73D8 (or 0xEC73D8) is known color: Orchid. HEX triplet: EC, 73 and D8. RGB value is (236,115,216). Sum of RGB (Red+Green+Blue) = 236+115+216=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73D8 is #138C27. Grayscale: #A2A2A2. Windows color (decimal): -1281064 or 14185452. OLE color: 14185452.
HSL color Cylindrical-coordinate representation of color #EC73D8: hue angle of 309.92º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC73D8 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 216 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.07 |
| HSL | 309.92º | 0.76% | 0.69% | - |
| HSV(B) | 309.92º | 0.51% | 0.93% | - |
| XYZ | 53.12 | 35.05 | 68.93 | - |
| YUV | 162.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 216 | 0 | 0.51 | 0.08 | 0.07 | 309.92 | 0.76 | 0.69 |
| Hex | EC | 73 | D8 | 0 | 33 | 8 | 7 | 136 | 4C | 45 |
| Octal | 354 | 163 | 330 | 0 | 63 | 10 | 7 | 466 | 114 | 105 |
| Binary | 11101100 | 1110011 | 11011000 | 0 | 110011 | 1000 | 111 | 100110110 | 1001100 | 1000101 |
Color Harmonies of #EC73D8
Complementary color
Monochromatic Colors of #EC73D8
Black with #EC73D8
Text Example
Text Example
White with #EC73D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73D8; }
p { color: rgb(236,115,216); }
H1.HeaderClassName
{
color: #EC73D8;
}
.AnyTagClassName
{
color: #EC73D8;
}
</style>
background-color css
<style>
a { background-color: #EC73D8; }
a { background-color: rgb(236,115,216); }
div.DivClassName
{
background-color: #EC73D8;
}
.BgClassName
{
background-color: #EC73D8;
}
</style>
border-color css
<style>
span { border-color: #EC73D8; }
span { border-color: rgb(236,115,216); }
td.TdClassName
{
border-color: #EC73D8;
}
.TagClassName
{
border-color: #EC73D8;
}
</style>