Html Css Color HEX #E173DC Orchid

📋 copy color: '#E173DC'

red 225 ◦ green 115 ◦ blue 220

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

Shades of Orchid #E173DC

Tints of Orchid #E173DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.54%

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

R = 40.18%
G = 20.54%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E173DC (or 0xE173DC) is known color: Orchid. HEX triplet: E1, 73 and DC. RGB value is (225,115,220). Sum of RGB (Red+Green+Blue) = 225+115+220=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E173DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173DC is #1E8C23. Grayscale: #9F9F9F. Windows color (decimal): -2001956 or 14447585. OLE color: 14447585.

HSL color Cylindrical-coordinate representation of color #E173DC: hue angle of 302.73º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E173DC is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 115 220 -
CMYK 0 0.49 0.02 0.12
HSL 302.73º 0.65% 0.67% -
HSV(B) 302.73º 0.49% 0.88% -
XYZ 50.1 33.44 71.52 -
YUV 159.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 225 115 220 0 0.49 0.02 0.12 302.73 0.65 0.67
Hex E1 73 DC 0 31 2 C 12F 41 43
Octal 341 163 334 0 61 2 14 457 101 103
Binary 11100001 1110011 11011100 0 110001 10 1100 100101111 1000001 1000011

Color Harmonies of #E173DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173DC

Black with #E173DC

Text Example


Text Example

White with #E173DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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