#E277C5

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

Shades of Orchid #E277C5

Tints of Orchid #E277C5

Color information

#E277C5 (or 0xE277C5) is unknown color: approx Orchid. HEX triplet: E2, 77 and C5. RGB value is (226,119,197). Sum of RGB (Red+Green+Blue) = 226+119+197=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E277C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E277C5 is #1D883A. Grayscale: #9F9F9F. Windows color (decimal): -1935419 or 12941282. OLE color: 12941282.

HSL color Cylindrical-coordinate representation of color #E277C5: hue angle of 316.26º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E277C5 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB226119197-
CMYK00.470.130.11
HSL316.26º64.85%67.65%-
HSV(B)316.26º47.35%88.63%-
XYZ48.0433.3956.74-
YUV159.88148.95175.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.70%
GREEN value IS 119 (46.88% from 255) = 21.96%
BLUE value IS 197 (77.34% from 255) = 36.35%
R=41.70%
G=21.96%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611919700.470.130.11316.2664.8567.65
HexE277C502FDB13c4144
Octal3421673050571513474101104
Binary1110001011101111100010101011111101101110011110010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E277C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E277C5; }

 p { color: rgb(226,119,197); }

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

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

 a { background-color: rgb(226,119,197); }

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

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

 span { border-color: rgb(226,119,197); }

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