Html Css Color HEX #E173CE Orchid

📋 copy color: '#E173CE'

red 225 ◦ green 115 ◦ blue 206

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

Shades of Orchid #E173CE

Tints of Orchid #E173CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 41.21%
G = 21.06%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E173CE (or 0xE173CE) is known color: Orchid. HEX triplet: E1, 73 and CE. RGB value is (225,115,206). Sum of RGB (Red+Green+Blue) = 225+115+206=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E173CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173CE is #1E8C31. Grayscale: #9E9E9E. Windows color (decimal): -2001970 or 13530081. OLE color: 13530081.

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

Color convert

RGB 225 115 206 -
CMYK 0 0.49 0.08 0.12
HSL 310.36º 0.65% 0.67% -
HSV(B) 310.36º 0.49% 0.88% -
XYZ 48.32 32.73 62.16 -
YUV 158.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 225 115 206 0 0.49 0.08 0.12 310.36 0.65 0.67
Hex E1 73 CE 0 31 8 C 136 41 43
Octal 341 163 316 0 61 10 14 466 101 103
Binary 11100001 1110011 11001110 0 110001 1000 1100 100110110 1000001 1000011

Color Harmonies of #E173CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173CE

Black with #E173CE

Text Example


Text Example

White with #E173CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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