Html Css Color HEX #E17CE1 Orchid

📋 copy color: '#E17CE1'

red 225 ◦ green 124 ◦ blue 225

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

Shades of Orchid #E17CE1

Tints of Orchid #E17CE1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.6%

 BLUE value IS 225 (88.28% from 255) = 39.2%

R = 39.2%
G = 21.6%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E17CE1 (or 0xE17CE1) is known color: Orchid. HEX triplet: E1, 7C and E1. RGB value is (225,124,225). Sum of RGB (Red+Green+Blue) = 225+124+225=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 124 (48.83% from 255 or 21.60% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E17CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CE1 is #1E831E. Grayscale: #A5A5A5. Windows color (decimal): -1999647 or 14777569. OLE color: 14777569.

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

Color convert

RGB 225 124 225 -
CMYK 0 0.45 0 0.12
HSL 300º 0.63% 0.68% -
HSV(B) 300º 0.45% 0.88% -
XYZ 51.85 35.86 75.42 -
YUV 165.71 161.46 170.29 -
System Red Green Blue C M Y K H S L
Decimal 225 124 225 0 0.45 0 0.12 300 0.63 0.68
Hex E1 7C E1 0 2D 0 C 12C 3F 44
Octal 341 174 341 0 55 0 14 454 77 104
Binary 11100001 1111100 11100001 0 101101 0 1100 100101100 111111 1000100

Color Harmonies of #E17CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CE1

Black with #E17CE1

Text Example


Text Example

White with #E17CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CE1; }

 p { color: rgb(225,124,225); }

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

background-color css

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

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

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

border-color css

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

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

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