Html Css Color HEX #E57ACD Orchid

📋 copy color: '#E57ACD'

red 229 ◦ green 122 ◦ blue 205

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

Shades of Orchid #E57ACD

Tints of Orchid #E57ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.94%

 BLUE value IS 205 (80.47% from 255) = 36.87%

R = 41.19%
G = 21.94%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E57ACD (or 0xE57ACD) is known color: Orchid. HEX triplet: E5, 7A and CD. RGB value is (229,122,205). Sum of RGB (Red+Green+Blue) = 229+122+205=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E57ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57ACD is #1A8532. Grayscale: #A3A3A3. Windows color (decimal): -1738035 or 13466341. OLE color: 13466341.

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

Color convert

RGB 229 122 205 -
CMYK 0 0.47 0.10 0.10
HSL 313.46º 0.67% 0.69% -
HSV(B) 313.46º 0.47% 0.9% -
XYZ 50.29 34.98 61.86 -
YUV 163.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 229 122 205 0 0.47 0.10 0.10 313.46 0.67 0.69
Hex E5 7A CD 0 2F A A 139 43 45
Octal 345 172 315 0 57 12 12 471 103 105
Binary 11100101 1111010 11001101 0 101111 1010 1010 100111001 1000011 1000101

Color Harmonies of #E57ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57ACD

Black with #E57ACD

Text Example


Text Example

White with #E57ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57ACD; }

 p { color: rgb(229,122,205); }

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

background-color css

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

 a { background-color: rgb(229,122,205); }

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

border-color css

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

 span { border-color: rgb(229,122,205); }

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