Html Css Color HEX #E178C7 Orchid

📋 copy color: '#E178C7'

red 225 ◦ green 120 ◦ blue 199

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

Shades of Orchid #E178C7

Tints of Orchid #E178C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.58%

R = 41.36%
G = 22.06%
B = 36.58%

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

#E178C7 (or 0xE178C7) is known color: Orchid. HEX triplet: E1, 78 and C7. RGB value is (225,120,199). Sum of RGB (Red+Green+Blue) = 225+120+199=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E178C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178C7 is #1E8738. Grayscale: #A0A0A0. Windows color (decimal): -2000697 or 13072609. OLE color: 13072609.

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

Color convert

RGB 225 120 199 -
CMYK 0 0.47 0.12 0.12
HSL 314.86º 0.64% 0.68% -
HSV(B) 314.86º 0.47% 0.88% -
XYZ 48.08 33.56 57.98 -
YUV 160.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 225 120 199 0 0.47 0.12 0.12 314.86 0.64 0.68
Hex E1 78 C7 0 2F C C 13B 40 44
Octal 341 170 307 0 57 14 14 473 100 104
Binary 11100001 1111000 11000111 0 101111 1100 1100 100111011 1000000 1000100

Color Harmonies of #E178C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178C7

Black with #E178C7

Text Example


Text Example

White with #E178C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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