#E475CC

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

Shades of Orchid #E475CC

Tints of Orchid #E475CC

Color information

#E475CC (or 0xE475CC) is unknown color: approx Orchid. HEX triplet: E4, 75 and CC. RGB value is (228,117,204). Sum of RGB (Red+Green+Blue) = 228+117+204=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E475CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475CC is #1B8A33. Grayscale: #9F9F9F. Windows color (decimal): -1804852 or 13399524. OLE color: 13399524.

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

Color convert

RGB228117204-
CMYK00.490.110.11
HSL312.97º67.27%67.65%-
HSV(B)312.97º48.68%89.41%-
XYZ49.2633.5861.01-
YUV160.11152.77176.43-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.53%
GREEN value IS 117 (46.09% from 255) = 21.31%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=41.53%
G=21.31%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811720400.490.110.11312.9767.2767.65
HexE475CC031BB1394344
Octal3441653140611313471103104
Binary1110010011101011100110001100011011101110011100110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E475CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E475CC; }

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

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

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

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

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

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

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

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