#D782F1

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

Shades of Heliotrope #D782F1

Tints of Heliotrope #D782F1

Color information

#D782F1 (or 0xD782F1) is unknown color: approx Heliotrope. HEX triplet: D7, 82 and F1. RGB value is (215,130,241). Sum of RGB (Red+Green+Blue) = 215+130+241=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 130 (51.17% from 255 or 22.18% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #D782F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D782F1 is #287D0E. Grayscale: #A7A7A7. Windows color (decimal): -2653455 or 15827671. OLE color: 15827671.

HSL color Cylindrical-coordinate representation of color #D782F1: hue angle of 285.95º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D782F1 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215130241-
CMYK0.110.4600.05
HSL285.95º79.86%72.75%-
HSV(B)285.95º46.06%94.51%-
XYZ51.8836.7687.58-
YUV168.07169.16161.47-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.69%
GREEN value IS 130 (51.17% from 255) = 22.18%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=36.69%
G=22.18%
B=41.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2151302410.110.4600.05285.9579.8672.75
HexD782F1B2E0511e5049
Octal327202361135605436120111
Binary1101011110000010111100011011101110010110001111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D782F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D782F1; }

 p { color: rgb(215,130,241); }

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

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

 a { background-color: rgb(215,130,241); }

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

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

 span { border-color: rgb(215,130,241); }

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