Html Css Color HEX #E178C5 Orchid

📋 copy color: '#E178C5'

red 225 ◦ green 120 ◦ blue 197

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

Shades of Orchid #E178C5

Tints of Orchid #E178C5

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.14%

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

R = 41.51%
G = 22.14%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E178C5 (or 0xE178C5) is known color: Orchid. HEX triplet: E1, 78 and C5. RGB value is (225,120,197). Sum of RGB (Red+Green+Blue) = 225+120+197=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E178C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178C5 is #1E873A. Grayscale: #9F9F9F. Windows color (decimal): -2000699 or 12941537. OLE color: 12941537.

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

Color convert

RGB 225 120 197 -
CMYK 0 0.47 0.12 0.12
HSL 316º 0.64% 0.68% -
HSV(B) 316º 0.47% 0.88% -
XYZ 47.85 33.47 56.76 -
YUV 160.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 225 120 197 0 0.47 0.12 0.12 316 0.64 0.68
Hex E1 78 C5 0 2F C C 13C 40 44
Octal 341 170 305 0 57 14 14 474 100 104
Binary 11100001 1111000 11000101 0 101111 1100 1100 100111100 1000000 1000100

Color Harmonies of #E178C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178C5

Black with #E178C5

Text Example


Text Example

White with #E178C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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