#E479CC

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

Shades of Orchid #E479CC

Tints of Orchid #E479CC

Color information

#E479CC (or 0xE479CC) is unknown color: approx Orchid. HEX triplet: E4, 79 and CC. RGB value is (228,121,204). Sum of RGB (Red+Green+Blue) = 228+121+204=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E479CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479CC is #1B8633. Grayscale: #A2A2A2. Windows color (decimal): -1803828 or 13400548. OLE color: 13400548.

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

Color convert

RGB228121204-
CMYK00.470.110.11
HSL313.46º66.46%68.43%-
HSV(B)313.46º46.93%89.41%-
XYZ49.7334.5361.17-
YUV162.46151.45174.75-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.23%
GREEN value IS 121 (47.66% from 255) = 21.88%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=41.23%
G=21.88%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812120400.470.110.11313.4666.4668.43
HexE479CC02FBB1394244
Octal3441713140571313471102104
Binary1110010011110011100110001011111011101110011100110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E479CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E479CC; }

 p { color: rgb(228,121,204); }

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

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

 a { background-color: rgb(228,121,204); }

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

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

 span { border-color: rgb(228,121,204); }

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