Html Css Color HEX #E17ED0 Orchid

📋 copy color: '#E17ED0'

red 225 ◦ green 126 ◦ blue 208

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

Shades of Orchid #E17ED0

Tints of Orchid #E17ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.21%

R = 40.25%
G = 22.54%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E17ED0 (or 0xE17ED0) is known color: Orchid. HEX triplet: E1, 7E and D0. RGB value is (225,126,208). Sum of RGB (Red+Green+Blue) = 225+126+208=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ED0 is #1E812F. Grayscale: #A4A4A4. Windows color (decimal): -1999152 or 13663969. OLE color: 13663969.

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

Color convert

RGB 225 126 208 -
CMYK 0 0.44 0.08 0.12
HSL 310.3º 0.62% 0.69% -
HSV(B) 310.3º 0.44% 0.88% -
XYZ 49.9 35.48 63.89 -
YUV 164.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 225 126 208 0 0.44 0.08 0.12 310.3 0.62 0.69
Hex E1 7E D0 0 2C 8 C 136 3E 45
Octal 341 176 320 0 54 10 14 466 76 105
Binary 11100001 1111110 11010000 0 101100 1000 1100 100110110 111110 1000101

Color Harmonies of #E17ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17ED0

Black with #E17ED0

Text Example


Text Example

White with #E17ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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