Shades of Orchid #EA6FCD
Tints of Orchid #EA6FCD
RGB
CMYK
RGB Variations
Color information
#EA6FCD (or 0xEA6FCD) is known color: Orchid. HEX triplet: EA, 6F and CD. RGB value is (234,111,205). Sum of RGB (Red+Green+Blue) = 234+111+205=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FCD is #159032. Grayscale: #9E9E9E. Windows color (decimal): -1413171 or 13463530. OLE color: 13463530.
HSL color Cylindrical-coordinate representation of color #EA6FCD: hue angle of 314.15º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6FCD is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 111 | 205 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.08 |
| HSL | 314.15º | 0.75% | 0.68% | - |
| HSV(B) | 314.15º | 0.53% | 0.92% | - |
| XYZ | 50.64 | 33.27 | 61.51 | - |
| YUV | 158.49 | 154.25 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 111 | 205 | 0 | 0.53 | 0.12 | 0.08 | 314.15 | 0.75 | 0.68 |
| Hex | EA | 6F | CD | 0 | 35 | C | 8 | 13A | 4B | 44 |
| Octal | 352 | 157 | 315 | 0 | 65 | 14 | 10 | 472 | 113 | 104 |
| Binary | 11101010 | 1101111 | 11001101 | 0 | 110101 | 1100 | 1000 | 100111010 | 1001011 | 1000100 |
Color Harmonies of #EA6FCD
Complementary color
Monochromatic Colors of #EA6FCD
Black with #EA6FCD
Text Example
Text Example
White with #EA6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6FCD; }
p { color: rgb(234,111,205); }
H1.HeaderClassName
{
color: #EA6FCD;
}
.AnyTagClassName
{
color: #EA6FCD;
}
</style>
background-color css
<style>
a { background-color: #EA6FCD; }
a { background-color: rgb(234,111,205); }
div.DivClassName
{
background-color: #EA6FCD;
}
.BgClassName
{
background-color: #EA6FCD;
}
</style>
border-color css
<style>
span { border-color: #EA6FCD; }
span { border-color: rgb(234,111,205); }
td.TdClassName
{
border-color: #EA6FCD;
}
.TagClassName
{
border-color: #EA6FCD;
}
</style>