Html Css Color HEX #E56BDD Orchid

📋 copy color: '#E56BDD'

red 229 ◦ green 107 ◦ blue 221

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

Shades of Orchid #E56BDD

Tints of Orchid #E56BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 41.11%
G = 19.21%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E56BDD (or 0xE56BDD) is known color: Orchid. HEX triplet: E5, 6B and DD. RGB value is (229,107,221). Sum of RGB (Red+Green+Blue) = 229+107+221=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56BDD is #1A9422. Grayscale: #9C9C9C. Windows color (decimal): -1741859 or 14511077. OLE color: 14511077.

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

Color convert

RGB 229 107 221 -
CMYK 0 0.53 0.03 0.10
HSL 303.93º 0.7% 0.66% -
HSV(B) 303.93º 0.53% 0.9% -
XYZ 50.62 32.39 71.99 -
YUV 156.47 164.42 179.73 -
System Red Green Blue C M Y K H S L
Decimal 229 107 221 0 0.53 0.03 0.10 303.93 0.7 0.66
Hex E5 6B DD 0 35 3 A 130 46 42
Octal 345 153 335 0 65 3 12 460 106 102
Binary 11100101 1101011 11011101 0 110101 11 1010 100110000 1000110 1000010

Color Harmonies of #E56BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56BDD

Black with #E56BDD

Text Example


Text Example

White with #E56BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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