Html Css Color HEX #E56CDD Orchid

📋 copy color: '#E56CDD'

red 229 ◦ green 108 ◦ blue 221

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

Shades of Orchid #E56CDD

Tints of Orchid #E56CDD

RGB

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

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

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

R = 41.04%
G = 19.35%
B = 39.61%

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

#E56CDD (or 0xE56CDD) is known color: Orchid. HEX triplet: E5, 6C and DD. RGB value is (229,108,221). Sum of RGB (Red+Green+Blue) = 229+108+221=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 108 (42.58% from 255 or 19.35% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E56CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56CDD is #1A9322. Grayscale: #9C9C9C. Windows color (decimal): -1741603 or 14511333. OLE color: 14511333.

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

Color convert

RGB 229 108 221 -
CMYK 0 0.53 0.03 0.10
HSL 303.97º 0.7% 0.66% -
HSV(B) 303.97º 0.53% 0.9% -
XYZ 50.73 32.6 72.03 -
YUV 157.06 164.09 179.31 -
System Red Green Blue C M Y K H S L
Decimal 229 108 221 0 0.53 0.03 0.10 303.97 0.7 0.66
Hex E5 6C DD 0 35 3 A 130 46 42
Octal 345 154 335 0 65 3 12 460 106 102
Binary 11100101 1101100 11011101 0 110101 11 1010 100110000 1000110 1000010

Color Harmonies of #E56CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56CDD

Black with #E56CDD

Text Example


Text Example

White with #E56CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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