Shades of Orchid #EC73DD
Tints of Orchid #EC73DD
RGB
CMYK
RGB Variations
Color information
#EC73DD (or 0xEC73DD) is known color: Orchid. HEX triplet: EC, 73 and DD. RGB value is (236,115,221). Sum of RGB (Red+Green+Blue) = 236+115+221=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 115 (45.31% from 255 or 20.10% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73DD is #138C22. Grayscale: #A2A2A2. Windows color (decimal): -1281059 or 14513132. OLE color: 14513132.
HSL color Cylindrical-coordinate representation of color #EC73DD: hue angle of 307.44º 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 #EC73DD is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 221 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.07 |
| HSL | 307.44º | 0.76% | 0.69% | - |
| HSV(B) | 307.44º | 0.51% | 0.93% | - |
| XYZ | 53.77 | 35.31 | 72.39 | - |
| YUV | 163.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 221 | 0 | 0.51 | 0.06 | 0.07 | 307.44 | 0.76 | 0.69 |
| Hex | EC | 73 | DD | 0 | 33 | 6 | 7 | 133 | 4C | 45 |
| Octal | 354 | 163 | 335 | 0 | 63 | 6 | 7 | 463 | 114 | 105 |
| Binary | 11101100 | 1110011 | 11011101 | 0 | 110011 | 110 | 111 | 100110011 | 1001100 | 1000101 |
Color Harmonies of #EC73DD
Complementary color
Monochromatic Colors of #EC73DD
Black with #EC73DD
Text Example
Text Example
White with #EC73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73DD; }
p { color: rgb(236,115,221); }
H1.HeaderClassName
{
color: #EC73DD;
}
.AnyTagClassName
{
color: #EC73DD;
}
</style>
background-color css
<style>
a { background-color: #EC73DD; }
a { background-color: rgb(236,115,221); }
div.DivClassName
{
background-color: #EC73DD;
}
.BgClassName
{
background-color: #EC73DD;
}
</style>
border-color css
<style>
span { border-color: #EC73DD; }
span { border-color: rgb(236,115,221); }
td.TdClassName
{
border-color: #EC73DD;
}
.TagClassName
{
border-color: #EC73DD;
}
</style>