Html Css Color HEX #E56CDB Orchid

📋 copy color: '#E56CDB'

red 229 ◦ green 108 ◦ blue 219

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

Shades of Orchid #E56CDB

Tints of Orchid #E56CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.39%

R = 41.19%
G = 19.42%
B = 39.39%

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

#E56CDB (or 0xE56CDB) is known color: Orchid. HEX triplet: E5, 6C and DB. RGB value is (229,108,219). Sum of RGB (Red+Green+Blue) = 229+108+219=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E56CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56CDB is #1A9324. Grayscale: #9C9C9C. Windows color (decimal): -1741605 or 14380261. OLE color: 14380261.

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

Color convert

RGB 229 108 219 -
CMYK 0 0.53 0.04 0.10
HSL 304.96º 0.7% 0.66% -
HSV(B) 304.96º 0.53% 0.9% -
XYZ 50.46 32.5 70.63 -
YUV 156.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 229 108 219 0 0.53 0.04 0.10 304.96 0.7 0.66
Hex E5 6C DB 0 35 4 A 131 46 42
Octal 345 154 333 0 65 4 12 461 106 102
Binary 11100101 1101100 11011011 0 110101 100 1010 100110001 1000110 1000010

Color Harmonies of #E56CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56CDB

Black with #E56CDB

Text Example


Text Example

White with #E56CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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