Html Css Color HEX #E57CCF Orchid

📋 copy color: '#E57CCF'

red 229 ◦ green 124 ◦ blue 207

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

Shades of Orchid #E57CCF

Tints of Orchid #E57CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.96%

R = 40.89%
G = 22.14%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E57CCF (or 0xE57CCF) is known color: Orchid. HEX triplet: E5, 7C and CF. RGB value is (229,124,207). Sum of RGB (Red+Green+Blue) = 229+124+207=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CCF is #1A8330. Grayscale: #A4A4A4. Windows color (decimal): -1737521 or 13597925. OLE color: 13597925.

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

Color convert

RGB 229 124 207 -
CMYK 0 0.46 0.10 0.10
HSL 312.57º 0.67% 0.69% -
HSV(B) 312.57º 0.46% 0.9% -
XYZ 50.78 35.58 63.22 -
YUV 164.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 229 124 207 0 0.46 0.10 0.10 312.57 0.67 0.69
Hex E5 7C CF 0 2E A A 139 43 45
Octal 345 174 317 0 56 12 12 471 103 105
Binary 11100101 1111100 11001111 0 101110 1010 1010 100111001 1000011 1000101

Color Harmonies of #E57CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57CCF

Black with #E57CCF

Text Example


Text Example

White with #E57CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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