Html Css Color HEX #E57CCE Orchid

📋 copy color: '#E57CCE'

red 229 ◦ green 124 ◦ blue 206

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

Shades of Orchid #E57CCE

Tints of Orchid #E57CCE

RGB

 RED value IS 229 (89.84% from 255) = 40.97%

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

 BLUE value IS 206 (80.86% from 255) = 36.85%

R = 40.97%
G = 22.18%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E57CCE (or 0xE57CCE) is known color: Orchid. HEX triplet: E5, 7C and CE. RGB value is (229,124,206). Sum of RGB (Red+Green+Blue) = 229+124+206=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CCE is #1A8331. Grayscale: #A4A4A4. Windows color (decimal): -1737522 or 13532389. OLE color: 13532389.

HSL color Cylindrical-coordinate representation of color #E57CCE: hue angle of 313.14º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57CCE is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 124 206 -
CMYK 0 0.46 0.10 0.10
HSL 313.14º 0.67% 0.69% -
HSV(B) 313.14º 0.46% 0.9% -
XYZ 50.66 35.53 62.58 -
YUV 164.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 229 124 206 0 0.46 0.10 0.10 313.14 0.67 0.69
Hex E5 7C CE 0 2E A A 139 43 45
Octal 345 174 316 0 56 12 12 471 103 105
Binary 11100101 1111100 11001110 0 101110 1010 1010 100111001 1000011 1000101

Color Harmonies of #E57CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57CCE

Black with #E57CCE

Text Example


Text Example

White with #E57CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57CCE; }

 p { color: rgb(229,124,206); }

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

background-color css

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

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

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

border-color css

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

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

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