Shades of Orchid #EC72DD
Tints of Orchid #EC72DD
RGB
CMYK
RGB Variations
Color information
#EC72DD (or 0xEC72DD) is known color: Orchid. HEX triplet: EC, 72 and DD. RGB value is (236,114,221). Sum of RGB (Red+Green+Blue) = 236+114+221=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72DD is #138D22. Grayscale: #A2A2A2. Windows color (decimal): -1281315 or 14512876. OLE color: 14512876.
HSL color Cylindrical-coordinate representation of color #EC72DD: hue angle of 307.38º 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 #EC72DD is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 221 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.07 |
| HSL | 307.38º | 0.76% | 0.69% | - |
| HSV(B) | 307.38º | 0.52% | 0.93% | - |
| XYZ | 53.66 | 35.09 | 72.35 | - |
| YUV | 162.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 221 | 0 | 0.52 | 0.06 | 0.07 | 307.38 | 0.76 | 0.69 |
| Hex | EC | 72 | DD | 0 | 34 | 6 | 7 | 133 | 4C | 45 |
| Octal | 354 | 162 | 335 | 0 | 64 | 6 | 7 | 463 | 114 | 105 |
| Binary | 11101100 | 1110010 | 11011101 | 0 | 110100 | 110 | 111 | 100110011 | 1001100 | 1000101 |
Color Harmonies of #EC72DD
Complementary color
Monochromatic Colors of #EC72DD
Black with #EC72DD
Text Example
Text Example
White with #EC72DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72DD; }
p { color: rgb(236,114,221); }
H1.HeaderClassName
{
color: #EC72DD;
}
.AnyTagClassName
{
color: #EC72DD;
}
</style>
background-color css
<style>
a { background-color: #EC72DD; }
a { background-color: rgb(236,114,221); }
div.DivClassName
{
background-color: #EC72DD;
}
.BgClassName
{
background-color: #EC72DD;
}
</style>
border-color css
<style>
span { border-color: #EC72DD; }
span { border-color: rgb(236,114,221); }
td.TdClassName
{
border-color: #EC72DD;
}
.TagClassName
{
border-color: #EC72DD;
}
</style>