Shades of Orchid #EC75DC
Tints of Orchid #EC75DC
RGB
CMYK
RGB Variations
Color information
#EC75DC (or 0xEC75DC) is known color: Orchid. HEX triplet: EC, 75 and DC. RGB value is (236,117,220). Sum of RGB (Red+Green+Blue) = 236+117+220=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75DC is #138A23. Grayscale: #A4A4A4. Windows color (decimal): -1280548 or 14448108. OLE color: 14448108.
HSL color Cylindrical-coordinate representation of color #EC75DC: hue angle of 308.07º 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 #EC75DC is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 220 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.07 |
| HSL | 308.07º | 0.76% | 0.69% | - |
| HSV(B) | 308.07º | 0.5% | 0.93% | - |
| XYZ | 53.87 | 35.72 | 71.77 | - |
| YUV | 164.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 220 | 0 | 0.50 | 0.07 | 0.07 | 308.07 | 0.76 | 0.69 |
| Hex | EC | 75 | DC | 0 | 32 | 7 | 7 | 134 | 4C | 45 |
| Octal | 354 | 165 | 334 | 0 | 62 | 7 | 7 | 464 | 114 | 105 |
| Binary | 11101100 | 1110101 | 11011100 | 0 | 110010 | 111 | 111 | 100110100 | 1001100 | 1000101 |
Color Harmonies of #EC75DC
Complementary color
Monochromatic Colors of #EC75DC
Black with #EC75DC
Text Example
Text Example
White with #EC75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75DC; }
p { color: rgb(236,117,220); }
H1.HeaderClassName
{
color: #EC75DC;
}
.AnyTagClassName
{
color: #EC75DC;
}
</style>
background-color css
<style>
a { background-color: #EC75DC; }
a { background-color: rgb(236,117,220); }
div.DivClassName
{
background-color: #EC75DC;
}
.BgClassName
{
background-color: #EC75DC;
}
</style>
border-color css
<style>
span { border-color: #EC75DC; }
span { border-color: rgb(236,117,220); }
td.TdClassName
{
border-color: #EC75DC;
}
.TagClassName
{
border-color: #EC75DC;
}
</style>