Html Css Color HEX #E17EC7 Orchid

📋 copy color: '#E17EC7'

red 225 ◦ green 126 ◦ blue 199

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

Shades of Orchid #E17EC7

Tints of Orchid #E17EC7

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.91%

 BLUE value IS 199 (78.13% from 255) = 36.18%

R = 40.91%
G = 22.91%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E17EC7 (or 0xE17EC7) is known color: Orchid. HEX triplet: E1, 7E and C7. RGB value is (225,126,199). Sum of RGB (Red+Green+Blue) = 225+126+199=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17EC7 is #1E8138. Grayscale: #A3A3A3. Windows color (decimal): -1999161 or 13074145. OLE color: 13074145.

HSL color Cylindrical-coordinate representation of color #E17EC7: hue angle of 315.76º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17EC7 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 126 199 -
CMYK 0 0.44 0.12 0.12
HSL 315.76º 0.62% 0.69% -
HSV(B) 315.76º 0.44% 0.88% -
XYZ 48.82 35.05 58.23 -
YUV 163.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 225 126 199 0 0.44 0.12 0.12 315.76 0.62 0.69
Hex E1 7E C7 0 2C C C 13C 3E 45
Octal 341 176 307 0 54 14 14 474 76 105
Binary 11100001 1111110 11000111 0 101100 1100 1100 100111100 111110 1000101

Color Harmonies of #E17EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17EC7

Black with #E17EC7

Text Example


Text Example

White with #E17EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17EC7; }

 p { color: rgb(225,126,199); }

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

background-color css

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

 a { background-color: rgb(225,126,199); }

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

border-color css

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

 span { border-color: rgb(225,126,199); }

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