Html Css Color HEX #E17ED5 Orchid

📋 copy color: '#E17ED5'

red 225 ◦ green 126 ◦ blue 213

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

Shades of Orchid #E17ED5

Tints of Orchid #E17ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.77%

R = 39.89%
G = 22.34%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E17ED5 (or 0xE17ED5) is known color: Orchid. HEX triplet: E1, 7E and D5. RGB value is (225,126,213). Sum of RGB (Red+Green+Blue) = 225+126+213=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ED5 is #1E812A. Grayscale: #A5A5A5. Windows color (decimal): -1999147 or 13991649. OLE color: 13991649.

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

Color convert

RGB 225 126 213 -
CMYK 0 0.44 0.05 0.12
HSL 307.27º 0.62% 0.69% -
HSV(B) 307.27º 0.44% 0.88% -
XYZ 50.52 35.73 67.19 -
YUV 165.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 225 126 213 0 0.44 0.05 0.12 307.27 0.62 0.69
Hex E1 7E D5 0 2C 5 C 133 3E 45
Octal 341 176 325 0 54 5 14 463 76 105
Binary 11100001 1111110 11010101 0 101100 101 1100 100110011 111110 1000101

Color Harmonies of #E17ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17ED5

Black with #E17ED5

Text Example


Text Example

White with #E17ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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