Html Css Color HEX #E17ECB Orchid

📋 copy color: '#E17ECB'

red 225 ◦ green 126 ◦ blue 203

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

Shades of Orchid #E17ECB

Tints of Orchid #E17ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.64%

R = 40.61%
G = 22.74%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E17ECB (or 0xE17ECB) is known color: Orchid. HEX triplet: E1, 7E and CB. RGB value is (225,126,203). Sum of RGB (Red+Green+Blue) = 225+126+203=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ECB is #1E8134. Grayscale: #A4A4A4. Windows color (decimal): -1999157 or 13336289. OLE color: 13336289.

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

Color convert

RGB 225 126 203 -
CMYK 0 0.44 0.10 0.12
HSL 313.33º 0.62% 0.69% -
HSV(B) 313.33º 0.44% 0.88% -
XYZ 49.29 35.24 60.7 -
YUV 164.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 225 126 203 0 0.44 0.10 0.12 313.33 0.62 0.69
Hex E1 7E CB 0 2C A C 139 3E 45
Octal 341 176 313 0 54 12 14 471 76 105
Binary 11100001 1111110 11001011 0 101100 1010 1100 100111001 111110 1000101

Color Harmonies of #E17ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17ECB

Black with #E17ECB

Text Example


Text Example

White with #E17ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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