Html Css Color HEX #E178D3 Orchid

📋 copy color: '#E178D3'

red 225 ◦ green 120 ◦ blue 211

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

Shades of Orchid #E178D3

Tints of Orchid #E178D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.95%

R = 40.47%
G = 21.58%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E178D3 (or 0xE178D3) is known color: Orchid. HEX triplet: E1, 78 and D3. RGB value is (225,120,211). Sum of RGB (Red+Green+Blue) = 225+120+211=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E178D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178D3 is #1E872C. Grayscale: #A1A1A1. Windows color (decimal): -2000685 or 13859041. OLE color: 13859041.

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

Color convert

RGB 225 120 211 -
CMYK 0 0.47 0.06 0.12
HSL 308º 0.64% 0.68% -
HSV(B) 308º 0.47% 0.88% -
XYZ 49.53 34.14 65.61 -
YUV 161.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 225 120 211 0 0.47 0.06 0.12 308 0.64 0.68
Hex E1 78 D3 0 2F 6 C 134 40 44
Octal 341 170 323 0 57 6 14 464 100 104
Binary 11100001 1111000 11010011 0 101111 110 1100 100110100 1000000 1000100

Color Harmonies of #E178D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178D3

Black with #E178D3

Text Example


Text Example

White with #E178D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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