#E372C8

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

Shades of Orchid #E372C8

Tints of Orchid #E372C8

Color information

#E372C8 (or 0xE372C8) is unknown color: approx Orchid. HEX triplet: E3, 72 and C8. RGB value is (227,114,200). Sum of RGB (Red+Green+Blue) = 227+114+200=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 200 (78.52% from 255 or 36.97% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E372C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E372C8 is #1C8D37. Grayscale: #9D9D9D. Windows color (decimal): -1871160 or 13136611. OLE color: 13136611.

HSL color Cylindrical-coordinate representation of color #E372C8: hue angle of 314.34º degrees, saturation: 0.67, 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 #E372C8 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB227114200-
CMYK00.500.120.11
HSL314.34º66.86%66.86%-
HSV(B)314.34º49.78%89.02%-
XYZ48.1232.5458.39-
YUV157.59151.94177.51-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.96%
GREEN value IS 114 (44.92% from 255) = 21.07%
BLUE value IS 200 (78.52% from 255) = 36.97%
R=41.96%
G=21.07%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711420000.500.120.11314.3466.8666.86
HexE372C8032CB13a4343
Octal3431623100621413472103103
Binary1110001111100101100100001100101100101110011101010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E372C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E372C8; }

 p { color: rgb(227,114,200); }

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

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

 a { background-color: rgb(227,114,200); }

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

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

 span { border-color: rgb(227,114,200); }

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