Html Css Color HEX #E57DD5 Orchid

📋 copy color: '#E57DD5'

red 229 ◦ green 125 ◦ blue 213

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

Shades of Orchid #E57DD5

Tints of Orchid #E57DD5

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.05%

 BLUE value IS 213 (83.59% from 255) = 37.57%

R = 40.39%
G = 22.05%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E57DD5 (or 0xE57DD5) is known color: Orchid. HEX triplet: E5, 7D and D5. RGB value is (229,125,213). Sum of RGB (Red+Green+Blue) = 229+125+213=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DD5 is #1A822A. Grayscale: #A5A5A5. Windows color (decimal): -1737259 or 13991397. OLE color: 13991397.

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

Color convert

RGB 229 125 213 -
CMYK 0 0.45 0.07 0.10
HSL 309.23º 0.67% 0.69% -
HSV(B) 309.23º 0.45% 0.9% -
XYZ 51.66 36.13 67.2 -
YUV 166.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 229 125 213 0 0.45 0.07 0.10 309.23 0.67 0.69
Hex E5 7D D5 0 2D 7 A 135 43 45
Octal 345 175 325 0 55 7 12 465 103 105
Binary 11100101 1111101 11010101 0 101101 111 1010 100110101 1000011 1000101

Color Harmonies of #E57DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57DD5

Black with #E57DD5

Text Example


Text Example

White with #E57DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57DD5; }

 p { color: rgb(229,125,213); }

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

background-color css

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

 a { background-color: rgb(229,125,213); }

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

border-color css

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

 span { border-color: rgb(229,125,213); }

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