Shades of Orchid #EC72D5
Tints of Orchid #EC72D5
RGB
CMYK
RGB Variations
Color information
#EC72D5 (or 0xEC72D5) is known color: Orchid. HEX triplet: EC, 72 and D5. RGB value is (236,114,213). Sum of RGB (Red+Green+Blue) = 236+114+213=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72D5 is #138D2A. Grayscale: #A1A1A1. Windows color (decimal): -1281323 or 13988588. OLE color: 13988588.
HSL color Cylindrical-coordinate representation of color #EC72D5: hue angle of 311.31º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC72D5 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 213 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.07 |
| HSL | 311.31º | 0.76% | 0.69% | - |
| HSV(B) | 311.31º | 0.52% | 0.93% | - |
| XYZ | 52.62 | 34.67 | 66.87 | - |
| YUV | 161.76 | 156.92 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 213 | 0 | 0.52 | 0.10 | 0.07 | 311.31 | 0.76 | 0.69 |
| Hex | EC | 72 | D5 | 0 | 34 | A | 7 | 137 | 4C | 45 |
| Octal | 354 | 162 | 325 | 0 | 64 | 12 | 7 | 467 | 114 | 105 |
| Binary | 11101100 | 1110010 | 11010101 | 0 | 110100 | 1010 | 111 | 100110111 | 1001100 | 1000101 |
Color Harmonies of #EC72D5
Complementary color
Monochromatic Colors of #EC72D5
Black with #EC72D5
Text Example
Text Example
White with #EC72D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72D5; }
p { color: rgb(236,114,213); }
H1.HeaderClassName
{
color: #EC72D5;
}
.AnyTagClassName
{
color: #EC72D5;
}
</style>
background-color css
<style>
a { background-color: #EC72D5; }
a { background-color: rgb(236,114,213); }
div.DivClassName
{
background-color: #EC72D5;
}
.BgClassName
{
background-color: #EC72D5;
}
</style>
border-color css
<style>
span { border-color: #EC72D5; }
span { border-color: rgb(236,114,213); }
td.TdClassName
{
border-color: #EC72D5;
}
.TagClassName
{
border-color: #EC72D5;
}
</style>