Html Css Color HEX #E173CB Orchid

📋 copy color: '#E173CB'

red 225 ◦ green 115 ◦ blue 203

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

Shades of Orchid #E173CB

Tints of Orchid #E173CB

RGB

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

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

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

R = 41.44%
G = 21.18%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E173CB (or 0xE173CB) is known color: Orchid. HEX triplet: E1, 73 and CB. RGB value is (225,115,203). Sum of RGB (Red+Green+Blue) = 225+115+203=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E173CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173CB is #1E8C34. Grayscale: #9D9D9D. Windows color (decimal): -2001973 or 13333473. OLE color: 13333473.

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

Color convert

RGB 225 115 203 -
CMYK 0 0.49 0.10 0.12
HSL 312º 0.65% 0.67% -
HSV(B) 312º 0.49% 0.88% -
XYZ 47.96 32.58 60.26 -
YUV 157.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 225 115 203 0 0.49 0.10 0.12 312 0.65 0.67
Hex E1 73 CB 0 31 A C 138 41 43
Octal 341 163 313 0 61 12 14 470 101 103
Binary 11100001 1110011 11001011 0 110001 1010 1100 100111000 1000001 1000011

Color Harmonies of #E173CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173CB

Black with #E173CB

Text Example


Text Example

White with #E173CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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