Html Css Color HEX #E173CA Orchid

📋 copy color: '#E173CA'

red 225 ◦ green 115 ◦ blue 202

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

Shades of Orchid #E173CA

Tints of Orchid #E173CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.27%

R = 41.51%
G = 21.22%
B = 37.27%

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

#E173CA (or 0xE173CA) is known color: Orchid. HEX triplet: E1, 73 and CA. RGB value is (225,115,202). Sum of RGB (Red+Green+Blue) = 225+115+202=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E173CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173CA is #1E8C35. Grayscale: #9D9D9D. Windows color (decimal): -2001974 or 13267937. OLE color: 13267937.

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

Color convert

RGB 225 115 202 -
CMYK 0 0.49 0.10 0.12
HSL 312.55º 0.65% 0.67% -
HSV(B) 312.55º 0.49% 0.88% -
XYZ 47.84 32.53 59.64 -
YUV 157.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 225 115 202 0 0.49 0.10 0.12 312.55 0.65 0.67
Hex E1 73 CA 0 31 A C 139 41 43
Octal 341 163 312 0 61 12 14 471 101 103
Binary 11100001 1110011 11001010 0 110001 1010 1100 100111001 1000001 1000011

Color Harmonies of #E173CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173CA

Black with #E173CA

Text Example


Text Example

White with #E173CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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