Shades of Orchid #EC74D6
Tints of Orchid #EC74D6
RGB
CMYK
RGB Variations
Color information
#EC74D6 (or 0xEC74D6) is known color: Orchid. HEX triplet: EC, 74 and D6. RGB value is (236,116,214). Sum of RGB (Red+Green+Blue) = 236+116+214=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74D6 is #138B29. Grayscale: #A2A2A2. Windows color (decimal): -1280810 or 14054636. OLE color: 14054636.
HSL color Cylindrical-coordinate representation of color #EC74D6: hue angle of 311º 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 #EC74D6 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 214 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.07 |
| HSL | 311º | 0.76% | 0.69% | - |
| HSV(B) | 311º | 0.51% | 0.93% | - |
| XYZ | 52.98 | 35.18 | 67.62 | - |
| YUV | 163.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 214 | 0 | 0.51 | 0.09 | 0.07 | 311 | 0.76 | 0.69 |
| Hex | EC | 74 | D6 | 0 | 33 | 9 | 7 | 137 | 4C | 45 |
| Octal | 354 | 164 | 326 | 0 | 63 | 11 | 7 | 467 | 114 | 105 |
| Binary | 11101100 | 1110100 | 11010110 | 0 | 110011 | 1001 | 111 | 100110111 | 1001100 | 1000101 |
Color Harmonies of #EC74D6
Complementary color
Monochromatic Colors of #EC74D6
Black with #EC74D6
Text Example
Text Example
White with #EC74D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74D6; }
p { color: rgb(236,116,214); }
H1.HeaderClassName
{
color: #EC74D6;
}
.AnyTagClassName
{
color: #EC74D6;
}
</style>
background-color css
<style>
a { background-color: #EC74D6; }
a { background-color: rgb(236,116,214); }
div.DivClassName
{
background-color: #EC74D6;
}
.BgClassName
{
background-color: #EC74D6;
}
</style>
border-color css
<style>
span { border-color: #EC74D6; }
span { border-color: rgb(236,116,214); }
td.TdClassName
{
border-color: #EC74D6;
}
.TagClassName
{
border-color: #EC74D6;
}
</style>