Html Css Color HEX #E178C6 Orchid

📋 copy color: '#E178C6'

red 225 ◦ green 120 ◦ blue 198

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

Shades of Orchid #E178C6

Tints of Orchid #E178C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.46%

R = 41.44%
G = 22.1%
B = 36.46%

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

#E178C6 (or 0xE178C6) is known color: Orchid. HEX triplet: E1, 78 and C6. RGB value is (225,120,198). Sum of RGB (Red+Green+Blue) = 225+120+198=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E178C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178C6 is #1E8739. Grayscale: #A0A0A0. Windows color (decimal): -2000698 or 13007073. OLE color: 13007073.

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

Color convert

RGB 225 120 198 -
CMYK 0 0.47 0.12 0.12
HSL 315.43º 0.64% 0.68% -
HSV(B) 315.43º 0.47% 0.88% -
XYZ 47.96 33.52 57.37 -
YUV 160.29 149.29 174.16 -
System Red Green Blue C M Y K H S L
Decimal 225 120 198 0 0.47 0.12 0.12 315.43 0.64 0.68
Hex E1 78 C6 0 2F C C 13B 40 44
Octal 341 170 306 0 57 14 14 473 100 104
Binary 11100001 1111000 11000110 0 101111 1100 1100 100111011 1000000 1000100

Color Harmonies of #E178C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178C6

Black with #E178C6

Text Example


Text Example

White with #E178C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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