#E780FD

Color #E780FD Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #E780FD

Tints of Heliotrope #E780FD

Color information

#E780FD (or 0xE780FD) is unknown color: approx Heliotrope. HEX triplet: E7, 80 and FD. RGB value is (231,128,253). Sum of RGB (Red+Green+Blue) = 231+128+253=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 128 (50.39% from 255 or 20.92% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #E780FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E780FD is #187F02. Grayscale: #ACACAC. Windows color (decimal): -1605379 or 16613607. OLE color: 16613607.

HSL color Cylindrical-coordinate representation of color #E780FD: hue angle of 289.44º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E780FD is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231128253-
CMYK0.090.4900.01
HSL289.44º96.9%74.71%-
HSV(B)289.44º49.41%99.22%-
XYZ58.439.5297.48-
YUV173.05173.12169.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.75%
GREEN value IS 128 (50.39% from 255) = 20.92%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=37.75%
G=20.92%
B=41.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311282530.090.4900.01289.4496.974.71
HexE780FD93101121614b
Octal347200375116101441141113
Binary11100111100000001111110110011100010110010000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E780FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E780FD; }

 p { color: rgb(231,128,253); }

 H1.HeaderClassName
 {
   color: #E780FD;
 }
 .AnyTagClassName
 {
   color: #E780FD;
 }
</style>
background-color css

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

 a { background-color: rgb(231,128,253); }

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

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

 span { border-color: rgb(231,128,253); }

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