Html Css Color HEX #E56BDC Orchid

📋 copy color: '#E56BDC'

red 229 ◦ green 107 ◦ blue 220

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

Shades of Orchid #E56BDC

Tints of Orchid #E56BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.24%

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 41.19%
G = 19.24%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E56BDC (or 0xE56BDC) is known color: Orchid. HEX triplet: E5, 6B and DC. RGB value is (229,107,220). Sum of RGB (Red+Green+Blue) = 229+107+220=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 107 (42.19% from 255 or 19.24% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56BDC is #1A9423. Grayscale: #9C9C9C. Windows color (decimal): -1741860 or 14445541. OLE color: 14445541.

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

Color convert

RGB 229 107 220 -
CMYK 0 0.53 0.04 0.10
HSL 304.43º 0.7% 0.66% -
HSV(B) 304.43º 0.53% 0.9% -
XYZ 50.49 32.34 71.29 -
YUV 156.36 163.92 179.81 -
System Red Green Blue C M Y K H S L
Decimal 229 107 220 0 0.53 0.04 0.10 304.43 0.7 0.66
Hex E5 6B DC 0 35 4 A 130 46 42
Octal 345 153 334 0 65 4 12 460 106 102
Binary 11100101 1101011 11011100 0 110101 100 1010 100110000 1000110 1000010

Color Harmonies of #E56BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56BDC

Black with #E56BDC

Text Example


Text Example

White with #E56BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56BDC; }

 p { color: rgb(229,107,220); }

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

background-color css

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

 a { background-color: rgb(229,107,220); }

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

border-color css

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

 span { border-color: rgb(229,107,220); }

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