#E377CF

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

Shades of Orchid #E377CF

Tints of Orchid #E377CF

Color information

#E377CF (or 0xE377CF) is unknown color: approx Orchid. HEX triplet: E3, 77 and CF. RGB value is (227,119,207). Sum of RGB (Red+Green+Blue) = 227+119+207=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E377CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E377CF is #1C8830. Grayscale: #A1A1A1. Windows color (decimal): -1869873 or 13596643. OLE color: 13596643.

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

Color convert

RGB227119207-
CMYK00.480.090.11
HSL311.11º65.85%67.84%-
HSV(B)311.11º47.58%89.02%-
XYZ49.5434.0362.99-
YUV161.32153.78174.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.05%
GREEN value IS 119 (46.88% from 255) = 21.52%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=41.05%
G=21.52%
B=37.43%

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
Decimal22711920700.480.090.11311.1165.8567.84
HexE377CF0309B1374244
Octal3431673170601113467102104
Binary1110001111101111100111101100001001101110011011110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E377CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E377CF; }

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

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

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

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

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

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

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

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