Html Css Color HEX #E57DCC Orchid

📋 copy color: '#E57DCC'

red 229 ◦ green 125 ◦ blue 204

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

Shades of Orchid #E57DCC

Tints of Orchid #E57DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.56%

R = 41.04%
G = 22.4%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E57DCC (or 0xE57DCC) is known color: Orchid. HEX triplet: E5, 7D and CC. RGB value is (229,125,204). Sum of RGB (Red+Green+Blue) = 229+125+204=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DCC is #1A8233. Grayscale: #A4A4A4. Windows color (decimal): -1737268 or 13401573. OLE color: 13401573.

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

Color convert

RGB 229 125 204 -
CMYK 0 0.45 0.11 0.10
HSL 314.42º 0.67% 0.69% -
HSV(B) 314.42º 0.45% 0.9% -
XYZ 50.55 35.68 61.35 -
YUV 165.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 229 125 204 0 0.45 0.11 0.10 314.42 0.67 0.69
Hex E5 7D CC 0 2D B A 13A 43 45
Octal 345 175 314 0 55 13 12 472 103 105
Binary 11100101 1111101 11001100 0 101101 1011 1010 100111010 1000011 1000101

Color Harmonies of #E57DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57DCC

Black with #E57DCC

Text Example


Text Example

White with #E57DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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