Shades of Orchid #EC6FE3
Tints of Orchid #EC6FE3
RGB
CMYK
RGB Variations
Color information
#EC6FE3 (or 0xEC6FE3) is known color: Orchid. HEX triplet: EC, 6F and E3. RGB value is (236,111,227). Sum of RGB (Red+Green+Blue) = 236+111+227=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 111 (43.75% from 255 or 19.34% from 574); Blue value is 227 (89.06% from 255 or 39.55% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FE3 is #13901C. Grayscale: #A1A1A1. Windows color (decimal): -1282077 or 14905324. OLE color: 14905324.
HSL color Cylindrical-coordinate representation of color #EC6FE3: hue angle of 304.32º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6FE3 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 227 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.07 |
| HSL | 304.32º | 0.77% | 0.68% | - |
| HSV(B) | 304.32º | 0.53% | 0.93% | - |
| XYZ | 54.14 | 34.75 | 76.53 | - |
| YUV | 161.6 | 164.91 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 227 | 0 | 0.53 | 0.04 | 0.07 | 304.32 | 0.77 | 0.68 |
| Hex | EC | 6F | E3 | 0 | 35 | 4 | 7 | 130 | 4D | 44 |
| Octal | 354 | 157 | 343 | 0 | 65 | 4 | 7 | 460 | 115 | 104 |
| Binary | 11101100 | 1101111 | 11100011 | 0 | 110101 | 100 | 111 | 100110000 | 1001101 | 1000100 |
Color Harmonies of #EC6FE3
Complementary color
Monochromatic Colors of #EC6FE3
Black with #EC6FE3
Text Example
Text Example
White with #EC6FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FE3; }
p { color: rgb(236,111,227); }
H1.HeaderClassName
{
color: #EC6FE3;
}
.AnyTagClassName
{
color: #EC6FE3;
}
</style>
background-color css
<style>
a { background-color: #EC6FE3; }
a { background-color: rgb(236,111,227); }
div.DivClassName
{
background-color: #EC6FE3;
}
.BgClassName
{
background-color: #EC6FE3;
}
</style>
border-color css
<style>
span { border-color: #EC6FE3; }
span { border-color: rgb(236,111,227); }
td.TdClassName
{
border-color: #EC6FE3;
}
.TagClassName
{
border-color: #EC6FE3;
}
</style>