Html Css Color HEX #E17CE0 Orchid

📋 copy color: '#E17CE0'

red 225 ◦ green 124 ◦ blue 224

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

Shades of Orchid #E17CE0

Tints of Orchid #E17CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.09%

R = 39.27%
G = 21.64%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E17CE0 (or 0xE17CE0) is known color: Orchid. HEX triplet: E1, 7C and E0. RGB value is (225,124,224). Sum of RGB (Red+Green+Blue) = 225+124+224=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CE0 is #1E831F. Grayscale: #A5A5A5. Windows color (decimal): -1999648 or 14712033. OLE color: 14712033.

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

Color convert

RGB 225 124 224 -
CMYK 0 0.45 0.00 0.12
HSL 300.59º 0.63% 0.68% -
HSV(B) 300.59º 0.45% 0.88% -
XYZ 51.71 35.8 74.71 -
YUV 165.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 225 124 224 0 0.45 0.00 0.12 300.59 0.63 0.68
Hex E1 7C E0 0 2D 0 C 12D 3F 44
Octal 341 174 340 0 55 0 14 455 77 104
Binary 11100001 1111100 11100000 0 101101 0 1100 100101101 111111 1000100

Color Harmonies of #E17CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CE0

Black with #E17CE0

Text Example


Text Example

White with #E17CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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