Html Css Color HEX #E57FCD Orchid

📋 copy color: '#E57FCD'

red 229 ◦ green 127 ◦ blue 205

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

Shades of Orchid #E57FCD

Tints of Orchid #E57FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 22.64%

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

R = 40.82%
G = 22.64%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E57FCD (or 0xE57FCD) is known color: Orchid. HEX triplet: E5, 7F and CD. RGB value is (229,127,205). Sum of RGB (Red+Green+Blue) = 229+127+205=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E57FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57FCD is #1A8032. Grayscale: #A6A6A6. Windows color (decimal): -1736755 or 13467621. OLE color: 13467621.

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

Color convert

RGB 229 127 205 -
CMYK 0 0.45 0.10 0.10
HSL 314.12º 0.66% 0.7% -
HSV(B) 314.12º 0.45% 0.9% -
XYZ 50.92 36.24 62.07 -
YUV 166.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 229 127 205 0 0.45 0.10 0.10 314.12 0.66 0.7
Hex E5 7F CD 0 2D A A 13A 42 46
Octal 345 177 315 0 55 12 12 472 102 106
Binary 11100101 1111111 11001101 0 101101 1010 1010 100111010 1000010 1000110

Color Harmonies of #E57FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57FCD

Black with #E57FCD

Text Example


Text Example

White with #E57FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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