#E377CE

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

Shades of Orchid #E377CE

Tints of Orchid #E377CE

Color information

#E377CE (or 0xE377CE) is unknown color: approx Orchid. HEX triplet: E3, 77 and CE. RGB value is (227,119,206). Sum of RGB (Red+Green+Blue) = 227+119+206=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E377CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E377CE is #1C8831. Grayscale: #A0A0A0. Windows color (decimal): -1869874 or 13531107. OLE color: 13531107.

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

Color convert

RGB227119206-
CMYK00.480.090.11
HSL311.67º65.85%67.84%-
HSV(B)311.67º47.58%89.02%-
XYZ49.4233.9862.35-
YUV161.21153.28174.93-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.12%
GREEN value IS 119 (46.88% from 255) = 21.56%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=41.12%
G=21.56%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711920600.480.090.11311.6765.8567.84
HexE377CE0309B1384244
Octal3431673160601113470102104
Binary1110001111101111100111001100001001101110011100010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E377CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E377CE; }

 p { color: rgb(227,119,206); }

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

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

 a { background-color: rgb(227,119,206); }

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

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

 span { border-color: rgb(227,119,206); }

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