Shades of Orchid #EC74D5
Tints of Orchid #EC74D5
RGB
CMYK
RGB Variations
Color information
#EC74D5 (or 0xEC74D5) is known color: Orchid. HEX triplet: EC, 74 and D5. RGB value is (236,116,213). Sum of RGB (Red+Green+Blue) = 236+116+213=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74D5 is #138B2A. Grayscale: #A2A2A2. Windows color (decimal): -1280811 or 13989100. OLE color: 13989100.
HSL color Cylindrical-coordinate representation of color #EC74D5: hue angle of 311.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 #EC74D5 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 213 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.07 |
| HSL | 311.5º | 0.76% | 0.69% | - |
| HSV(B) | 311.5º | 0.51% | 0.93% | - |
| XYZ | 52.85 | 35.13 | 66.95 | - |
| YUV | 162.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 213 | 0 | 0.51 | 0.10 | 0.07 | 311.5 | 0.76 | 0.69 |
| Hex | EC | 74 | D5 | 0 | 33 | A | 7 | 138 | 4C | 45 |
| Octal | 354 | 164 | 325 | 0 | 63 | 12 | 7 | 470 | 114 | 105 |
| Binary | 11101100 | 1110100 | 11010101 | 0 | 110011 | 1010 | 111 | 100111000 | 1001100 | 1000101 |
Color Harmonies of #EC74D5
Complementary color
Monochromatic Colors of #EC74D5
Black with #EC74D5
Text Example
Text Example
White with #EC74D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74D5; }
p { color: rgb(236,116,213); }
H1.HeaderClassName
{
color: #EC74D5;
}
.AnyTagClassName
{
color: #EC74D5;
}
</style>
background-color css
<style>
a { background-color: #EC74D5; }
a { background-color: rgb(236,116,213); }
div.DivClassName
{
background-color: #EC74D5;
}
.BgClassName
{
background-color: #EC74D5;
}
</style>
border-color css
<style>
span { border-color: #EC74D5; }
span { border-color: rgb(236,116,213); }
td.TdClassName
{
border-color: #EC74D5;
}
.TagClassName
{
border-color: #EC74D5;
}
</style>