#E375D4

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

Shades of Orchid #E375D4

Tints of Orchid #E375D4

Color information

#E375D4 (or 0xE375D4) is unknown color: approx Orchid. HEX triplet: E3, 75 and D4. RGB value is (227,117,212). Sum of RGB (Red+Green+Blue) = 227+117+212=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E375D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375D4 is #1C8A2B. Grayscale: #A0A0A0. Windows color (decimal): -1870380 or 13923811. OLE color: 13923811.

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

Color convert

RGB227117212-
CMYK00.480.070.11
HSL308.18º66.27%67.45%-
HSV(B)308.18º48.46%89.02%-
XYZ49.9233.8166.18-
YUV160.72156.94175.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.83%
GREEN value IS 117 (46.09% from 255) = 21.04%
BLUE value IS 212 (83.20% from 255) = 38.13%
R=40.83%
G=21.04%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711721200.480.070.11308.1866.2767.45
HexE375D40307B1344243
Octal343165324060713464102103
Binary111000111110101110101000110000111101110011010010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E375D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E375D4; }

 p { color: rgb(227,117,212); }

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

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

 a { background-color: rgb(227,117,212); }

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

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

 span { border-color: rgb(227,117,212); }

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