#E472D7

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

Shades of Orchid #E472D7

Tints of Orchid #E472D7

Color information

#E472D7 (or 0xE472D7) is unknown color: approx Orchid. HEX triplet: E4, 72 and D7. RGB value is (228,114,215). Sum of RGB (Red+Green+Blue) = 228+114+215=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E472D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E472D7 is #1B8D28. Grayscale: #9F9F9F. Windows color (decimal): -1805609 or 14119652. OLE color: 14119652.

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

Color convert

RGB228114215-
CMYK00.500.060.11
HSL306.84º67.86%67.06%-
HSV(B)306.84º50%89.41%-
XYZ50.2833.4368.09-
YUV159.6159.27176.79-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.93%
GREEN value IS 114 (44.92% from 255) = 20.47%
BLUE value IS 215 (84.38% from 255) = 38.60%
R=40.93%
G=20.47%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811421500.500.060.11306.8467.8667.06
HexE472D70326B1334443
Octal344162327062613463104103
Binary111001001110010110101110110010110101110011001110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E472D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E472D7; }

 p { color: rgb(228,114,215); }

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

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

 a { background-color: rgb(228,114,215); }

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

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

 span { border-color: rgb(228,114,215); }

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