Html Css Color HEX #E56CCE Orchid

📋 copy color: '#E56CCE'

red 229 ◦ green 108 ◦ blue 206

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

Shades of Orchid #E56CCE

Tints of Orchid #E56CCE

RGB

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

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

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

R = 42.17%
G = 19.89%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E56CCE (or 0xE56CCE) is known color: Orchid. HEX triplet: E5, 6C and CE. RGB value is (229,108,206). Sum of RGB (Red+Green+Blue) = 229+108+206=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E56CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56CCE is #1A9331. Grayscale: #9B9B9B. Windows color (decimal): -1741618 or 13528293. OLE color: 13528293.

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

Color convert

RGB 229 108 206 -
CMYK 0 0.53 0.10 0.10
HSL 311.41º 0.7% 0.66% -
HSV(B) 311.41º 0.53% 0.9% -
XYZ 48.82 31.84 61.97 -
YUV 155.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 229 108 206 0 0.53 0.10 0.10 311.41 0.7 0.66
Hex E5 6C CE 0 35 A A 137 46 42
Octal 345 154 316 0 65 12 12 467 106 102
Binary 11100101 1101100 11001110 0 110101 1010 1010 100110111 1000110 1000010

Color Harmonies of #E56CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56CCE

Black with #E56CCE

Text Example


Text Example

White with #E56CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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