Shades of Orchid #EC73DF
Tints of Orchid #EC73DF
RGB
CMYK
RGB Variations
Color information
#EC73DF (or 0xEC73DF) is known color: Orchid. HEX triplet: EC, 73 and DF. RGB value is (236,115,223). Sum of RGB (Red+Green+Blue) = 236+115+223=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 115 (45.31% from 255 or 20.03% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73DF is #138C20. Grayscale: #A3A3A3. Windows color (decimal): -1281057 or 14644204. OLE color: 14644204.
HSL color Cylindrical-coordinate representation of color #EC73DF: hue angle of 306.45º 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 #EC73DF is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 223 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.07 |
| HSL | 306.45º | 0.76% | 0.69% | - |
| HSV(B) | 306.45º | 0.51% | 0.93% | - |
| XYZ | 54.04 | 35.42 | 73.8 | - |
| YUV | 163.49 | 161.59 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 223 | 0 | 0.51 | 0.06 | 0.07 | 306.45 | 0.76 | 0.69 |
| Hex | EC | 73 | DF | 0 | 33 | 6 | 7 | 132 | 4C | 45 |
| Octal | 354 | 163 | 337 | 0 | 63 | 6 | 7 | 462 | 114 | 105 |
| Binary | 11101100 | 1110011 | 11011111 | 0 | 110011 | 110 | 111 | 100110010 | 1001100 | 1000101 |
Color Harmonies of #EC73DF
Complementary color
Monochromatic Colors of #EC73DF
Black with #EC73DF
Text Example
Text Example
White with #EC73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73DF; }
p { color: rgb(236,115,223); }
H1.HeaderClassName
{
color: #EC73DF;
}
.AnyTagClassName
{
color: #EC73DF;
}
</style>
background-color css
<style>
a { background-color: #EC73DF; }
a { background-color: rgb(236,115,223); }
div.DivClassName
{
background-color: #EC73DF;
}
.BgClassName
{
background-color: #EC73DF;
}
</style>
border-color css
<style>
span { border-color: #EC73DF; }
span { border-color: rgb(236,115,223); }
td.TdClassName
{
border-color: #EC73DF;
}
.TagClassName
{
border-color: #EC73DF;
}
</style>