Html Css Color HEX #E57CD7 Orchid

📋 copy color: '#E57CD7'

red 229 ◦ green 124 ◦ blue 215

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

Shades of Orchid #E57CD7

Tints of Orchid #E57CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.85%

R = 40.32%
G = 21.83%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E57CD7 (or 0xE57CD7) is known color: Orchid. HEX triplet: E5, 7C and D7. RGB value is (229,124,215). Sum of RGB (Red+Green+Blue) = 229+124+215=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CD7 is #1A8328. Grayscale: #A5A5A5. Windows color (decimal): -1737513 or 14122213. OLE color: 14122213.

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

Color convert

RGB 229 124 215 -
CMYK 0 0.46 0.06 0.10
HSL 308º 0.67% 0.69% -
HSV(B) 308º 0.46% 0.9% -
XYZ 51.79 35.98 68.51 -
YUV 165.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 229 124 215 0 0.46 0.06 0.10 308 0.67 0.69
Hex E5 7C D7 0 2E 6 A 134 43 45
Octal 345 174 327 0 56 6 12 464 103 105
Binary 11100101 1111100 11010111 0 101110 110 1010 100110100 1000011 1000101

Color Harmonies of #E57CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57CD7

Black with #E57CD7

Text Example


Text Example

White with #E57CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57CD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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