Html Css Color HEX #E56FD9 Orchid

📋 copy color: '#E56FD9'

red 229 ◦ green 111 ◦ blue 217

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

Shades of Orchid #E56FD9

Tints of Orchid #E56FD9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.93%

 BLUE value IS 217 (85.16% from 255) = 38.96%

R = 41.11%
G = 19.93%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E56FD9 (or 0xE56FD9) is known color: Orchid. HEX triplet: E5, 6F and D9. RGB value is (229,111,217). Sum of RGB (Red+Green+Blue) = 229+111+217=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56FD9 is #1A9026. Grayscale: #9E9E9E. Windows color (decimal): -1740839 or 14249957. OLE color: 14249957.

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

Color convert

RGB 229 111 217 -
CMYK 0 0.52 0.05 0.10
HSL 306.1º 0.69% 0.67% -
HSV(B) 306.1º 0.52% 0.9% -
XYZ 50.52 33.04 69.36 -
YUV 158.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 229 111 217 0 0.52 0.05 0.10 306.1 0.69 0.67
Hex E5 6F D9 0 34 5 A 132 45 43
Octal 345 157 331 0 64 5 12 462 105 103
Binary 11100101 1101111 11011001 0 110100 101 1010 100110010 1000101 1000011

Color Harmonies of #E56FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56FD9

Black with #E56FD9

Text Example


Text Example

White with #E56FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56FD9; }

 p { color: rgb(229,111,217); }

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

background-color css

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

 a { background-color: rgb(229,111,217); }

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

border-color css

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

 span { border-color: rgb(229,111,217); }

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