Html Css Color HEX #E56CE9 Orchid

📋 copy color: '#E56CE9'

red 229 ◦ green 108 ◦ blue 233

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

Shades of Orchid #E56CE9

Tints of Orchid #E56CE9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.95%

 BLUE value IS 233 (91.41% from 255) = 40.88%

R = 40.18%
G = 18.95%
B = 40.88%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E56CE9 (or 0xE56CE9) is known color: Orchid. HEX triplet: E5, 6C and E9. RGB value is (229,108,233). Sum of RGB (Red+Green+Blue) = 229+108+233=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 108 (42.58% from 255 or 18.95% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 233 - color contains mainly: blue. Hex color #E56CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56CE9 is #1A9316. Grayscale: #9E9E9E. Windows color (decimal): -1741591 or 15297765. OLE color: 15297765.

HSL color Cylindrical-coordinate representation of color #E56CE9: hue angle of 298.08º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56CE9 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 229 108 233 -
CMYK 0.02 0.54 0 0.09
HSL 298.08º 0.74% 0.67% -
HSV(B) 298.08º 0.54% 0.91% -
XYZ 52.38 33.27 80.75 -
YUV 158.43 170.09 178.34 -
System Red Green Blue C M Y K H S L
Decimal 229 108 233 0.02 0.54 0 0.09 298.08 0.74 0.67
Hex E5 6C E9 2 36 0 9 12A 4A 43
Octal 345 154 351 2 66 0 11 452 112 103
Binary 11100101 1101100 11101001 10 110110 0 1001 100101010 1001010 1000011

Color Harmonies of #E56CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56CE9

Black with #E56CE9

Text Example


Text Example

White with #E56CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56CE9; }

 p { color: rgb(229,108,233); }

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

background-color css

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

 a { background-color: rgb(229,108,233); }

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

border-color css

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

 span { border-color: rgb(229,108,233); }

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