Html Css Color HEX #E178CC Orchid

📋 copy color: '#E178CC'

red 225 ◦ green 120 ◦ blue 204

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

Shades of Orchid #E178CC

Tints of Orchid #E178CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.16%

R = 40.98%
G = 21.86%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E178CC (or 0xE178CC) is known color: Orchid. HEX triplet: E1, 78 and CC. RGB value is (225,120,204). Sum of RGB (Red+Green+Blue) = 225+120+204=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E178CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178CC is #1E8733. Grayscale: #A0A0A0. Windows color (decimal): -2000692 or 13400289. OLE color: 13400289.

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

Color convert

RGB 225 120 204 -
CMYK 0 0.47 0.09 0.12
HSL 312º 0.64% 0.68% -
HSV(B) 312º 0.47% 0.88% -
XYZ 48.67 33.8 61.09 -
YUV 160.97 152.29 173.67 -
System Red Green Blue C M Y K H S L
Decimal 225 120 204 0 0.47 0.09 0.12 312 0.64 0.68
Hex E1 78 CC 0 2F 9 C 138 40 44
Octal 341 170 314 0 57 11 14 470 100 104
Binary 11100001 1111000 11001100 0 101111 1001 1100 100111000 1000000 1000100

Color Harmonies of #E178CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178CC

Black with #E178CC

Text Example


Text Example

White with #E178CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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