Html Css Color HEX #E178CB Orchid

📋 copy color: '#E178CB'

red 225 ◦ green 120 ◦ blue 203

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

Shades of Orchid #E178CB

Tints of Orchid #E178CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.04%

R = 41.06%
G = 21.9%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E178CB (or 0xE178CB) is known color: Orchid. HEX triplet: E1, 78 and CB. RGB value is (225,120,203). Sum of RGB (Red+Green+Blue) = 225+120+203=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E178CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178CB is #1E8734. Grayscale: #A0A0A0. Windows color (decimal): -2000693 or 13334753. OLE color: 13334753.

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

Color convert

RGB 225 120 203 -
CMYK 0 0.47 0.10 0.12
HSL 312.57º 0.64% 0.68% -
HSV(B) 312.57º 0.47% 0.88% -
XYZ 48.55 33.75 60.46 -
YUV 160.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 225 120 203 0 0.47 0.10 0.12 312.57 0.64 0.68
Hex E1 78 CB 0 2F A C 139 40 44
Octal 341 170 313 0 57 12 14 471 100 104
Binary 11100001 1111000 11001011 0 101111 1010 1100 100111001 1000000 1000100

Color Harmonies of #E178CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178CB

Black with #E178CB

Text Example


Text Example

White with #E178CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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