#D782FE

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

Shades of Heliotrope #D782FE

Tints of Heliotrope #D782FE

Color information

#D782FE (or 0xD782FE) is unknown color: approx Heliotrope. HEX triplet: D7, 82 and FE. RGB value is (215,130,254). Sum of RGB (Red+Green+Blue) = 215+130+254=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 130 (51.17% from 255 or 21.70% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #D782FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D782FE is #287D01. Grayscale: #A9A9A9. Windows color (decimal): -2653442 or 16679639. OLE color: 16679639.

HSL color Cylindrical-coordinate representation of color #D782FE: hue angle of 281.13º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D782FE is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB215130254-
CMYK0.150.4900.00
HSL281.13º98.41%75.29%-
HSV(B)281.13º48.82%99.61%-
XYZ53.937.5798.18-
YUV169.55175.66160.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.89%
GREEN value IS 130 (51.17% from 255) = 21.70%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=35.89%
G=21.70%
B=42.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2151302540.150.4900.00281.1398.4175.29
HexD782FEF3100119624b
Octal327202376176100431142113
Binary11010111100000101111111011111100010010001100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D782FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D782FE; }

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

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

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

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

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

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

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

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