Html Css Color HEX #E57BCE Orchid

📋 copy color: '#E57BCE'

red 229 ◦ green 123 ◦ blue 206

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

Shades of Orchid #E57BCE

Tints of Orchid #E57BCE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.04%

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 41.04%
G = 22.04%
B = 36.92%

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

#E57BCE (or 0xE57BCE) is known color: Orchid. HEX triplet: E5, 7B and CE. RGB value is (229,123,206). Sum of RGB (Red+Green+Blue) = 229+123+206=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BCE is #1A8431. Grayscale: #A3A3A3. Windows color (decimal): -1737778 or 13532133. OLE color: 13532133.

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

Color convert

RGB 229 123 206 -
CMYK 0 0.46 0.10 0.10
HSL 313.02º 0.67% 0.69% -
HSV(B) 313.02º 0.46% 0.9% -
XYZ 50.54 35.28 62.54 -
YUV 164.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 229 123 206 0 0.46 0.10 0.10 313.02 0.67 0.69
Hex E5 7B CE 0 2E A A 139 43 45
Octal 345 173 316 0 56 12 12 471 103 105
Binary 11100101 1111011 11001110 0 101110 1010 1010 100111001 1000011 1000101

Color Harmonies of #E57BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57BCE

Black with #E57BCE

Text Example


Text Example

White with #E57BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57BCE; }

 p { color: rgb(229,123,206); }

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

background-color css

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

 a { background-color: rgb(229,123,206); }

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

border-color css

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

 span { border-color: rgb(229,123,206); }

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