#E773CE

Color #E773CE Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E773CE

Tints of Orchid #E773CE

Color information

#E773CE (or 0xE773CE) is unknown color: approx Orchid. HEX triplet: E7, 73 and CE. RGB value is (231,115,206). Sum of RGB (Red+Green+Blue) = 231+115+206=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E773CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773CE is #188C31. Grayscale: #9F9F9F. Windows color (decimal): -1608754 or 13530087. OLE color: 13530087.

HSL color Cylindrical-coordinate representation of color #E773CE: hue angle of 312.93º 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 #E773CE is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231115206-
CMYK00.500.110.09
HSL312.93º70.73%67.84%-
HSV(B)312.93º50.22%90.59%-
XYZ50.2333.7162.25-
YUV160.06153.93178.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 41.85%
GREEN value IS 115 (45.31% from 255) = 20.83%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=41.85%
G=20.83%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111520600.500.110.09312.9370.7367.84
HexE773CE032B91394744
Octal3471633160621311471107104
Binary1110011111100111100111001100101011100110011100110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E773CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E773CE; }

 p { color: rgb(231,115,206); }

 H1.HeaderClassName
 {
   color: #E773CE;
 }
 .AnyTagClassName
 {
   color: #E773CE;
 }
</style>
background-color css

<style>
 a { background-color: #E773CE; }

 a { background-color: rgb(231,115,206); }

 div.DivClassName
 {
   background-color: #E773CE;
 }
 .BgClassName
 {
   background-color: #E773CE;
 }
</style>
border-color css

<style>
 span { border-color: #E773CE; }

 span { border-color: rgb(231,115,206); }

 td.TdClassName
 {
   border-color: #E773CE;
 }
 .TagClassName
 {
   border-color: #E773CE;
 }
</style>