Html Css Color HEX #E178DC Orchid

📋 copy color: '#E178DC'

red 225 ◦ green 120 ◦ blue 220

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

Shades of Orchid #E178DC

Tints of Orchid #E178DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 39.82%
G = 21.24%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E178DC (or 0xE178DC) is known color: Orchid. HEX triplet: E1, 78 and DC. RGB value is (225,120,220). Sum of RGB (Red+Green+Blue) = 225+120+220=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E178DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178DC is #1E8723. Grayscale: #A2A2A2. Windows color (decimal): -2000676 or 14448865. OLE color: 14448865.

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

Color convert

RGB 225 120 220 -
CMYK 0 0.47 0.02 0.12
HSL 302.86º 0.64% 0.68% -
HSV(B) 302.86º 0.47% 0.88% -
XYZ 50.69 34.61 71.72 -
YUV 162.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 225 120 220 0 0.47 0.02 0.12 302.86 0.64 0.68
Hex E1 78 DC 0 2F 2 C 12F 40 44
Octal 341 170 334 0 57 2 14 457 100 104
Binary 11100001 1111000 11011100 0 101111 10 1100 100101111 1000000 1000100

Color Harmonies of #E178DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178DC

Black with #E178DC

Text Example


Text Example

White with #E178DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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