Shades of Orchid #EC75D1
Tints of Orchid #EC75D1
RGB
CMYK
RGB Variations
Color information
#EC75D1 (or 0xEC75D1) is known color: Orchid. HEX triplet: EC, 75 and D1. RGB value is (236,117,209). Sum of RGB (Red+Green+Blue) = 236+117+209=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75D1 is #138A2E. Grayscale: #A2A2A2. Windows color (decimal): -1280559 or 13727212. OLE color: 13727212.
HSL color Cylindrical-coordinate representation of color #EC75D1: hue angle of 313.61º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC75D1 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 209 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.07 |
| HSL | 313.61º | 0.76% | 0.69% | - |
| HSV(B) | 313.61º | 0.5% | 0.93% | - |
| XYZ | 52.46 | 35.16 | 64.34 | - |
| YUV | 163.07 | 153.92 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 209 | 0 | 0.50 | 0.11 | 0.07 | 313.61 | 0.76 | 0.69 |
| Hex | EC | 75 | D1 | 0 | 32 | B | 7 | 13A | 4C | 45 |
| Octal | 354 | 165 | 321 | 0 | 62 | 13 | 7 | 472 | 114 | 105 |
| Binary | 11101100 | 1110101 | 11010001 | 0 | 110010 | 1011 | 111 | 100111010 | 1001100 | 1000101 |
Color Harmonies of #EC75D1
Complementary color
Monochromatic Colors of #EC75D1
Black with #EC75D1
Text Example
Text Example
White with #EC75D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75D1; }
p { color: rgb(236,117,209); }
H1.HeaderClassName
{
color: #EC75D1;
}
.AnyTagClassName
{
color: #EC75D1;
}
</style>
background-color css
<style>
a { background-color: #EC75D1; }
a { background-color: rgb(236,117,209); }
div.DivClassName
{
background-color: #EC75D1;
}
.BgClassName
{
background-color: #EC75D1;
}
</style>
border-color css
<style>
span { border-color: #EC75D1; }
span { border-color: rgb(236,117,209); }
td.TdClassName
{
border-color: #EC75D1;
}
.TagClassName
{
border-color: #EC75D1;
}
</style>