Html Css Color HEX #E56FE7 Orchid

📋 copy color: '#E56FE7'

red 229 ◦ green 111 ◦ blue 231

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

Shades of Orchid #E56FE7

Tints of Orchid #E56FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.46%

R = 40.11%
G = 19.44%
B = 40.46%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E56FE7 (or 0xE56FE7) is known color: Orchid. HEX triplet: E5, 6F and E7. RGB value is (229,111,231). Sum of RGB (Red+Green+Blue) = 229+111+231=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 111 (43.75% from 255 or 19.44% from 571); Blue value is 231 (90.62% from 255 or 40.46% from 571); Max value from RGB is 231 - color contains mainly: blue. Hex color #E56FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56FE7 is #1A9018. Grayscale: #9F9F9F. Windows color (decimal): -1740825 or 15167461. OLE color: 15167461.

HSL color Cylindrical-coordinate representation of color #E56FE7: hue angle of 299º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56FE7 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 229 111 231 -
CMYK 0.01 0.52 0 0.09
HSL 299º 0.71% 0.67% -
HSV(B) 299º 0.52% 0.91% -
XYZ 52.42 33.8 79.36 -
YUV 159.96 168.09 177.24 -
System Red Green Blue C M Y K H S L
Decimal 229 111 231 0.01 0.52 0 0.09 299 0.71 0.67
Hex E5 6F E7 1 34 0 9 12B 47 43
Octal 345 157 347 1 64 0 11 453 107 103
Binary 11100101 1101111 11100111 1 110100 0 1001 100101011 1000111 1000011

Color Harmonies of #E56FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56FE7

Black with #E56FE7

Text Example


Text Example

White with #E56FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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