Html Css Color HEX #E172C5 Orchid

📋 copy color: '#E172C5'

red 225 ◦ green 114 ◦ blue 197

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

Shades of Orchid #E172C5

Tints of Orchid #E172C5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.27%

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

R = 41.98%
G = 21.27%
B = 36.75%

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

#E172C5 (or 0xE172C5) is known color: Orchid. HEX triplet: E1, 72 and C5. RGB value is (225,114,197). Sum of RGB (Red+Green+Blue) = 225+114+197=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E172C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172C5 is #1E8D3A. Grayscale: #9C9C9C. Windows color (decimal): -2002235 or 12940001. OLE color: 12940001.

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

Color convert

RGB 225 114 197 -
CMYK 0 0.49 0.12 0.12
HSL 315.14º 0.65% 0.66% -
HSV(B) 315.14º 0.49% 0.88% -
XYZ 47.15 32.07 56.53 -
YUV 156.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 225 114 197 0 0.49 0.12 0.12 315.14 0.65 0.66
Hex E1 72 C5 0 31 C C 13B 41 42
Octal 341 162 305 0 61 14 14 473 101 102
Binary 11100001 1110010 11000101 0 110001 1100 1100 100111011 1000001 1000010

Color Harmonies of #E172C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172C5

Black with #E172C5

Text Example


Text Example

White with #E172C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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