#D780F5

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

Shades of Heliotrope #D780F5

Tints of Heliotrope #D780F5

Color information

#D780F5 (or 0xD780F5) is unknown color: approx Heliotrope. HEX triplet: D7, 80 and F5. RGB value is (215,128,245). Sum of RGB (Red+Green+Blue) = 215+128+245=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #D780F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D780F5 is #287F0A. Grayscale: #A6A6A6. Windows color (decimal): -2653963 or 16089303. OLE color: 16089303.

HSL color Cylindrical-coordinate representation of color #D780F5: hue angle of 284.62º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D780F5 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB215128245-
CMYK0.120.4800.04
HSL284.62º85.4%73.14%-
HSV(B)284.62º47.76%96.08%-
XYZ52.2236.4890.67-
YUV167.35171.82161.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.56%
GREEN value IS 128 (50.39% from 255) = 21.77%
BLUE value IS 245 (96.09% from 255) = 41.67%
R=36.56%
G=21.77%
B=41.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2151282450.120.4800.04284.6285.473.14
HexD780F5C300411d5549
Octal327200365146004435125111
Binary1101011110000000111101011100110000010010001110110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D780F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D780F5; }

 p { color: rgb(215,128,245); }

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

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

 a { background-color: rgb(215,128,245); }

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

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

 span { border-color: rgb(215,128,245); }

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