Shades of Orchid #EC74D7
Tints of Orchid #EC74D7
RGB
CMYK
RGB Variations
Color information
#EC74D7 (or 0xEC74D7) is known color: Orchid. HEX triplet: EC, 74 and D7. RGB value is (236,116,215). Sum of RGB (Red+Green+Blue) = 236+116+215=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74D7 is #138B28. Grayscale: #A2A2A2. Windows color (decimal): -1280809 or 14120172. OLE color: 14120172.
HSL color Cylindrical-coordinate representation of color #EC74D7: hue angle of 310.5º 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 #EC74D7 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 215 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.07 |
| HSL | 310.5º | 0.76% | 0.69% | - |
| HSV(B) | 310.5º | 0.51% | 0.93% | - |
| XYZ | 53.1 | 35.23 | 68.29 | - |
| YUV | 163.17 | 157.26 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 215 | 0 | 0.51 | 0.09 | 0.07 | 310.5 | 0.76 | 0.69 |
| Hex | EC | 74 | D7 | 0 | 33 | 9 | 7 | 136 | 4C | 45 |
| Octal | 354 | 164 | 327 | 0 | 63 | 11 | 7 | 466 | 114 | 105 |
| Binary | 11101100 | 1110100 | 11010111 | 0 | 110011 | 1001 | 111 | 100110110 | 1001100 | 1000101 |
Color Harmonies of #EC74D7
Complementary color
Monochromatic Colors of #EC74D7
Black with #EC74D7
Text Example
Text Example
White with #EC74D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74D7; }
p { color: rgb(236,116,215); }
H1.HeaderClassName
{
color: #EC74D7;
}
.AnyTagClassName
{
color: #EC74D7;
}
</style>
background-color css
<style>
a { background-color: #EC74D7; }
a { background-color: rgb(236,116,215); }
div.DivClassName
{
background-color: #EC74D7;
}
.BgClassName
{
background-color: #EC74D7;
}
</style>
border-color css
<style>
span { border-color: #EC74D7; }
span { border-color: rgb(236,116,215); }
td.TdClassName
{
border-color: #EC74D7;
}
.TagClassName
{
border-color: #EC74D7;
}
</style>