#E477CF

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

Shades of Orchid #E477CF

Tints of Orchid #E477CF

Color information

#E477CF (or 0xE477CF) is unknown color: approx Orchid. HEX triplet: E4, 77 and CF. RGB value is (228,119,207). Sum of RGB (Red+Green+Blue) = 228+119+207=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E477CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477CF is #1B8830. Grayscale: #A1A1A1. Windows color (decimal): -1804337 or 13596644. OLE color: 13596644.

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

Color convert

RGB228119207-
CMYK00.480.090.11
HSL311.56º66.87%68.04%-
HSV(B)311.56º47.81%89.41%-
XYZ49.8534.1963-
YUV161.62153.61175.34-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.16%
GREEN value IS 119 (46.88% from 255) = 21.48%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=41.16%
G=21.48%
B=37.36%

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
Decimal22811920700.480.090.11311.5666.8768.04
HexE477CF0309B1384344
Octal3441673170601113470103104
Binary1110010011101111100111101100001001101110011100010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E477CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E477CF; }

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

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

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

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

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

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

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

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