Html Css Color HEX #E56DCC Orchid

📋 copy color: '#E56DCC'

red 229 ◦ green 109 ◦ blue 204

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

Shades of Orchid #E56DCC

Tints of Orchid #E56DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.11%

 BLUE value IS 204 (80.08% from 255) = 37.64%

R = 42.25%
G = 20.11%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E56DCC (or 0xE56DCC) is known color: Orchid. HEX triplet: E5, 6D and CC. RGB value is (229,109,204). Sum of RGB (Red+Green+Blue) = 229+109+204=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56DCC is #1A9233. Grayscale: #9B9B9B. Windows color (decimal): -1741364 or 13397477. OLE color: 13397477.

HSL color Cylindrical-coordinate representation of color #E56DCC: hue angle of 312.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56DCC is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 109 204 -
CMYK 0 0.52 0.11 0.10
HSL 312.5º 0.7% 0.66% -
HSV(B) 312.5º 0.52% 0.9% -
XYZ 48.68 31.95 60.73 -
YUV 155.71 155.26 180.28 -
System Red Green Blue C M Y K H S L
Decimal 229 109 204 0 0.52 0.11 0.10 312.5 0.7 0.66
Hex E5 6D CC 0 34 B A 138 46 42
Octal 345 155 314 0 64 13 12 470 106 102
Binary 11100101 1101101 11001100 0 110100 1011 1010 100111000 1000110 1000010

Color Harmonies of #E56DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56DCC

Black with #E56DCC

Text Example


Text Example

White with #E56DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56DCC; }

 p { color: rgb(229,109,204); }

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

background-color css

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

 a { background-color: rgb(229,109,204); }

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

border-color css

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

 span { border-color: rgb(229,109,204); }

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