#e470d9

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

Shades of Orchid #E470D9

Tints of Orchid #E470D9

Color information

#E470D9 (or 0xE470D9) is unknown color: approx Orchid. HEX triplet: E4, 70 and D9. RGB value is (228,112,217). Sum of RGB (Red+Green+Blue) = 228+112+217=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E470D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E470D9 is #1B8F26. Grayscale: #9E9E9E. Windows color (decimal): -1806119 or 14250212. OLE color: 14250212.

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

Color convert

RGB228112217-
CMYK00.510.050.11
HSL305.69º68.24%66.67%-
HSV(B)305.69º50.88%89.41%-
XYZ50.3133.0969.38-
YUV158.65160.93177.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.93%
GREEN value IS 112 (44.14% from 255) = 20.11%
BLUE value IS 217 (85.16% from 255) = 38.96%
R=40.93%
G=20.11%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811221700.510.050.11305.6968.2466.67
HexE470D90335B1324443
Octal344160331063513462104103
Binary111001001110000110110010110011101101110011001010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e470d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e470d9; }

 p { color: rgb(228,112,217); }

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

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

 a { background-color: rgb(228,112,217); }

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

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

 span { border-color: rgb(228,112,217); }

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