#D780FC

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

Shades of Heliotrope #D780FC

Tints of Heliotrope #D780FC

Color information

#D780FC (or 0xD780FC) is unknown color: approx Heliotrope. HEX triplet: D7, 80 and FC. RGB value is (215,128,252). Sum of RGB (Red+Green+Blue) = 215+128+252=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #D780FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D780FC is #287F03. Grayscale: #A7A7A7. Windows color (decimal): -2653956 or 16548055. OLE color: 16548055.

HSL color Cylindrical-coordinate representation of color #D780FC: hue angle of 282.1º degrees, saturation: 0.95, 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 #D780FC is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB215128252-
CMYK0.150.4900.01
HSL282.1º95.38%74.51%-
HSV(B)282.1º49.21%98.82%-
XYZ53.3136.9196.41-
YUV168.15175.32161.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.13%
GREEN value IS 128 (50.39% from 255) = 21.51%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=36.13%
G=21.51%
B=42.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2151282520.150.4900.01282.195.3874.51
HexD780FCF310111a5f4b
Octal327200374176101432137113
Binary11010111100000001111110011111100010110001101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D780FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D780FC; }

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

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

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

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

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

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

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

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