Html Css Color HEX #E173C2 Orchid

📋 copy color: '#E173C2'

red 225 ◦ green 115 ◦ blue 194

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

Shades of Orchid #E173C2

Tints of Orchid #E173C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.33%

R = 42.13%
G = 21.54%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E173C2 (or 0xE173C2) is known color: Orchid. HEX triplet: E1, 73 and C2. RGB value is (225,115,194). Sum of RGB (Red+Green+Blue) = 225+115+194=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E173C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173C2 is #1E8C3D. Grayscale: #9C9C9C. Windows color (decimal): -2001982 or 12743649. OLE color: 12743649.

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

Color convert

RGB 225 115 194 -
CMYK 0 0.49 0.14 0.12
HSL 316.91º 0.65% 0.67% -
HSV(B) 316.91º 0.49% 0.88% -
XYZ 46.92 32.16 54.77 -
YUV 156.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 225 115 194 0 0.49 0.14 0.12 316.91 0.65 0.67
Hex E1 73 C2 0 31 E C 13D 41 43
Octal 341 163 302 0 61 16 14 475 101 103
Binary 11100001 1110011 11000010 0 110001 1110 1100 100111101 1000001 1000011

Color Harmonies of #E173C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173C2

Black with #E173C2

Text Example


Text Example

White with #E173C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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