Html Css Color HEX #E173C4 Orchid

📋 copy color: '#E173C4'

red 225 ◦ green 115 ◦ blue 196

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

Shades of Orchid #E173C4

Tints of Orchid #E173C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.57%

R = 41.98%
G = 21.46%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E173C4 (or 0xE173C4) is known color: Orchid. HEX triplet: E1, 73 and C4. RGB value is (225,115,196). Sum of RGB (Red+Green+Blue) = 225+115+196=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E173C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173C4 is #1E8C3B. Grayscale: #9C9C9C. Windows color (decimal): -2001980 or 12874721. OLE color: 12874721.

HSL color Cylindrical-coordinate representation of color #E173C4: hue angle of 315.82º 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 #E173C4 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 115 196 -
CMYK 0 0.49 0.13 0.12
HSL 315.82º 0.65% 0.67% -
HSV(B) 315.82º 0.49% 0.88% -
XYZ 47.15 32.25 55.97 -
YUV 157.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 225 115 196 0 0.49 0.13 0.12 315.82 0.65 0.67
Hex E1 73 C4 0 31 D C 13C 41 43
Octal 341 163 304 0 61 15 14 474 101 103
Binary 11100001 1110011 11000100 0 110001 1101 1100 100111100 1000001 1000011

Color Harmonies of #E173C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173C4

Black with #E173C4

Text Example


Text Example

White with #E173C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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