Html Css Color HEX #E176C5 Orchid

📋 copy color: '#E176C5'

red 225 ◦ green 118 ◦ blue 197

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

Shades of Orchid #E176C5

Tints of Orchid #E176C5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.85%

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

R = 41.67%
G = 21.85%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E176C5 (or 0xE176C5) is known color: Orchid. HEX triplet: E1, 76 and C5. RGB value is (225,118,197). Sum of RGB (Red+Green+Blue) = 225+118+197=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E176C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E176C5 is #1E893A. Grayscale: #9E9E9E. Windows color (decimal): -2001211 or 12941025. OLE color: 12941025.

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

Color convert

RGB 225 118 197 -
CMYK 0 0.48 0.12 0.12
HSL 315.7º 0.64% 0.67% -
HSV(B) 315.7º 0.48% 0.88% -
XYZ 47.61 33 56.68 -
YUV 159 149.45 175.08 -
System Red Green Blue C M Y K H S L
Decimal 225 118 197 0 0.48 0.12 0.12 315.7 0.64 0.67
Hex E1 76 C5 0 30 C C 13C 40 43
Octal 341 166 305 0 60 14 14 474 100 103
Binary 11100001 1110110 11000101 0 110000 1100 1100 100111100 1000000 1000011

Color Harmonies of #E176C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E176C5

Black with #E176C5

Text Example


Text Example

White with #E176C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E176C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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