Html Css Color HEX #E56CCA Orchid

📋 copy color: '#E56CCA'

red 229 ◦ green 108 ◦ blue 202

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

Shades of Orchid #E56CCA

Tints of Orchid #E56CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.48%

R = 42.49%
G = 20.04%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E56CCA (or 0xE56CCA) is known color: Orchid. HEX triplet: E5, 6C and CA. RGB value is (229,108,202). Sum of RGB (Red+Green+Blue) = 229+108+202=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E56CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56CCA is #1A9335. Grayscale: #9A9A9A. Windows color (decimal): -1741622 or 13266149. OLE color: 13266149.

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

Color convert

RGB 229 108 202 -
CMYK 0 0.53 0.12 0.10
HSL 313.39º 0.7% 0.66% -
HSV(B) 313.39º 0.53% 0.9% -
XYZ 48.34 31.65 59.44 -
YUV 154.9 154.59 180.86 -
System Red Green Blue C M Y K H S L
Decimal 229 108 202 0 0.53 0.12 0.10 313.39 0.7 0.66
Hex E5 6C CA 0 35 C A 139 46 42
Octal 345 154 312 0 65 14 12 471 106 102
Binary 11100101 1101100 11001010 0 110101 1100 1010 100111001 1000110 1000010

Color Harmonies of #E56CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56CCA

Black with #E56CCA

Text Example


Text Example

White with #E56CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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