Html Css Color HEX #E173C5 Orchid

📋 copy color: '#E173C5'

red 225 ◦ green 115 ◦ blue 197

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

Shades of Orchid #E173C5

Tints of Orchid #E173C5

RGB

 RED value IS 225 (88.28% from 255) = 41.9%

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

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

R = 41.9%
G = 21.42%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E173C5 (or 0xE173C5) is known color: Orchid. HEX triplet: E1, 73 and C5. RGB value is (225,115,197). Sum of RGB (Red+Green+Blue) = 225+115+197=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E173C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173C5 is #1E8C3A. Grayscale: #9D9D9D. Windows color (decimal): -2001979 or 12940257. OLE color: 12940257.

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

Color convert

RGB 225 115 197 -
CMYK 0 0.49 0.12 0.12
HSL 315.27º 0.65% 0.67% -
HSV(B) 315.27º 0.49% 0.88% -
XYZ 47.26 32.3 56.57 -
YUV 157.24 150.44 176.33 -
System Red Green Blue C M Y K H S L
Decimal 225 115 197 0 0.49 0.12 0.12 315.27 0.65 0.67
Hex E1 73 C5 0 31 C C 13B 41 43
Octal 341 163 305 0 61 14 14 473 101 103
Binary 11100001 1110011 11000101 0 110001 1100 1100 100111011 1000001 1000011

Color Harmonies of #E173C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173C5

Black with #E173C5

Text Example


Text Example

White with #E173C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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