Html Css Color HEX #E56ACC Orchid

📋 copy color: '#E56ACC'

red 229 ◦ green 106 ◦ blue 204

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

Shades of Orchid #E56ACC

Tints of Orchid #E56ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.67%

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

R = 42.49%
G = 19.67%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E56ACC (or 0xE56ACC) is known color: Orchid. HEX triplet: E5, 6A and CC. RGB value is (229,106,204). Sum of RGB (Red+Green+Blue) = 229+106+204=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E56ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56ACC is #1A9533. Grayscale: #999999. Windows color (decimal): -1742132 or 13396709. OLE color: 13396709.

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

Color convert

RGB 229 106 204 -
CMYK 0 0.54 0.11 0.10
HSL 312.2º 0.7% 0.66% -
HSV(B) 312.2º 0.54% 0.9% -
XYZ 48.37 31.33 60.62 -
YUV 153.95 156.25 181.53 -
System Red Green Blue C M Y K H S L
Decimal 229 106 204 0 0.54 0.11 0.10 312.2 0.7 0.66
Hex E5 6A CC 0 36 B A 138 46 42
Octal 345 152 314 0 66 13 12 470 106 102
Binary 11100101 1101010 11001100 0 110110 1011 1010 100111000 1000110 1000010

Color Harmonies of #E56ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56ACC

Black with #E56ACC

Text Example


Text Example

White with #E56ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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