#E476C7

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

Shades of Orchid #E476C7

Tints of Orchid #E476C7

Color information

#E476C7 (or 0xE476C7) is unknown color: approx Orchid. HEX triplet: E4, 76 and C7. RGB value is (228,118,199). Sum of RGB (Red+Green+Blue) = 228+118+199=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 228 - color contains mainly: red. Hex color #E476C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476C7 is #1B8938. Grayscale: #9F9F9F. Windows color (decimal): -1804601 or 13072100. OLE color: 13072100.

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

Color convert

RGB228118199-
CMYK00.480.130.11
HSL315.82º67.07%67.84%-
HSV(B)315.82º48.25%89.41%-
XYZ48.7833.5757.94-
YUV160.12149.94176.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.83%
GREEN value IS 118 (46.48% from 255) = 21.65%
BLUE value IS 199 (78.12% from 255) = 36.51%
R=41.83%
G=21.65%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811819900.480.130.11315.8267.0767.84
HexE476C7030DB13c4344
Octal3441663070601513474103104
Binary1110010011101101100011101100001101101110011110010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E476C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E476C7; }

 p { color: rgb(228,118,199); }

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

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

 a { background-color: rgb(228,118,199); }

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

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

 span { border-color: rgb(228,118,199); }

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