Html Css Color HEX #E56ECD Orchid

📋 copy color: '#E56ECD'

red 229 ◦ green 110 ◦ blue 205

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

Shades of Orchid #E56ECD

Tints of Orchid #E56ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.22%

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

R = 42.1%
G = 20.22%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E56ECD (or 0xE56ECD) is known color: Orchid. HEX triplet: E5, 6E and CD. RGB value is (229,110,205). Sum of RGB (Red+Green+Blue) = 229+110+205=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E56ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56ECD is #1A9132. Grayscale: #9C9C9C. Windows color (decimal): -1741107 or 13463269. OLE color: 13463269.

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

Color convert

RGB 229 110 205 -
CMYK 0 0.52 0.10 0.10
HSL 312.1º 0.7% 0.66% -
HSV(B) 312.1º 0.52% 0.9% -
XYZ 48.91 32.22 61.4 -
YUV 156.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 229 110 205 0 0.52 0.10 0.10 312.1 0.7 0.66
Hex E5 6E CD 0 34 A A 138 46 42
Octal 345 156 315 0 64 12 12 470 106 102
Binary 11100101 1101110 11001101 0 110100 1010 1010 100111000 1000110 1000010

Color Harmonies of #E56ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56ECD

Black with #E56ECD

Text Example


Text Example

White with #E56ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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