Html Css Color HEX #E56BDB Orchid

📋 copy color: '#E56BDB'

red 229 ◦ green 107 ◦ blue 219

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

Shades of Orchid #E56BDB

Tints of Orchid #E56BDB

RGB

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

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

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

R = 41.26%
G = 19.28%
B = 39.46%

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

#E56BDB (or 0xE56BDB) is known color: Orchid. HEX triplet: E5, 6B and DB. RGB value is (229,107,219). Sum of RGB (Red+Green+Blue) = 229+107+219=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56BDB is #1A9424. Grayscale: #9B9B9B. Windows color (decimal): -1741861 or 14380005. OLE color: 14380005.

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

Color convert

RGB 229 107 219 -
CMYK 0 0.53 0.04 0.10
HSL 304.92º 0.7% 0.66% -
HSV(B) 304.92º 0.53% 0.9% -
XYZ 50.36 32.29 70.6 -
YUV 156.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 229 107 219 0 0.53 0.04 0.10 304.92 0.7 0.66
Hex E5 6B DB 0 35 4 A 131 46 42
Octal 345 153 333 0 65 4 12 461 106 102
Binary 11100101 1101011 11011011 0 110101 100 1010 100110001 1000110 1000010

Color Harmonies of #E56BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56BDB

Black with #E56BDB

Text Example


Text Example

White with #E56BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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