Html Css Color HEX #E373C5 Orchid

📋 copy color: '#E373C5'

red 227 ◦ green 115 ◦ blue 197

#E373C5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #E373C5

Tints of Orchid #E373C5

RGB

 RED value IS 227 (89.06% from 255) = 42.12%

 GREEN value IS 115 (45.31% from 255) = 21.34%

 BLUE value IS 197 (77.34% from 255) = 36.55%

R = 42.12%
G = 21.34%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E373C5 (or 0xE373C5) is known color: Orchid. HEX triplet: E3, 73 and C5. RGB value is (227,115,197). Sum of RGB (Red+Green+Blue) = 227+115+197=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E373C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373C5 is #1C8C3A. Grayscale: #9D9D9D. Windows color (decimal): -1870907 or 12940259. OLE color: 12940259.

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

Color convert

RGB 227 115 197 -
CMYK 0 0.49 0.13 0.11
HSL 316.07º 0.67% 0.67% -
HSV(B) 316.07º 0.49% 0.89% -
XYZ 47.89 32.62 56.6 -
YUV 157.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 227 115 197 0 0.49 0.13 0.11 316.07 0.67 0.67
Hex E3 73 C5 0 31 D B 13C 43 43
Octal 343 163 305 0 61 15 13 474 103 103
Binary 11100011 1110011 11000101 0 110001 1101 1011 100111100 1000011 1000011

Color Harmonies of #E373C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E373C5

Black with #E373C5

Text Example


Text Example

White with #E373C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E373C5; }

 p { color: rgb(227,115,197); }

 H1.HeaderClassName
 {
   color: #E373C5;
 }
 .AnyTagClassName
 {
   color: #E373C5;
 }
</style>

background-color css

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

 a { background-color: rgb(227,115,197); }

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

border-color css

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

 span { border-color: rgb(227,115,197); }

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