Shades of Orchid #E773CA
Tints of Orchid #E773CA
RGB
CMYK
RGB Variations
Color information
#E773CA (or 0xE773CA) is known color: Orchid. HEX triplet: E7, 73 and CA. RGB value is (231,115,202). Sum of RGB (Red+Green+Blue) = 231+115+202=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E773CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773CA is #188C35. Grayscale: #9F9F9F. Windows color (decimal): -1608758 or 13267943. OLE color: 13267943.
HSL color Cylindrical-coordinate representation of color #E773CA: hue angle of 315º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E773CA is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 202 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.09 |
| HSL | 315º | 0.71% | 0.68% | - |
| HSV(B) | 315º | 0.5% | 0.91% | - |
| XYZ | 49.75 | 33.51 | 59.72 | - |
| YUV | 159.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 202 | 0 | 0.50 | 0.13 | 0.09 | 315 | 0.71 | 0.68 |
| Hex | E7 | 73 | CA | 0 | 32 | D | 9 | 13B | 47 | 44 |
| Octal | 347 | 163 | 312 | 0 | 62 | 15 | 11 | 473 | 107 | 104 |
| Binary | 11100111 | 1110011 | 11001010 | 0 | 110010 | 1101 | 1001 | 100111011 | 1000111 | 1000100 |
Color Harmonies of #E773CA
Complementary color
Monochromatic Colors of #E773CA
Black with #E773CA
Text Example
Text Example
White with #E773CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E773CA; }
p { color: rgb(231,115,202); }
H1.HeaderClassName
{
color: #E773CA;
}
.AnyTagClassName
{
color: #E773CA;
}
</style>
background-color css
<style>
a { background-color: #E773CA; }
a { background-color: rgb(231,115,202); }
div.DivClassName
{
background-color: #E773CA;
}
.BgClassName
{
background-color: #E773CA;
}
</style>
border-color css
<style>
span { border-color: #E773CA; }
span { border-color: rgb(231,115,202); }
td.TdClassName
{
border-color: #E773CA;
}
.TagClassName
{
border-color: #E773CA;
}
</style>