#d860f4

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

Shades of Heliotrope #D860F4

Tints of Heliotrope #D860F4

Color information

#D860F4 (or 0xD860F4) is unknown color: approx Heliotrope. HEX triplet: D8, 60 and F4. RGB value is (216,96,244). Sum of RGB (Red+Green+Blue) = 216+96+244=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 244 (95.70% from 255 or 43.88% from 556); Max value from RGB is 244 - color contains mainly: blue. Hex color #D860F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D860F4 is #279F0B. Grayscale: #949494. Windows color (decimal): -2596620 or 16015576. OLE color: 16015576.

HSL color Cylindrical-coordinate representation of color #D860F4: hue angle of 288.65º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D860F4 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21696244-
CMYK0.110.6100.04
HSL288.65º87.06%66.67%-
HSV(B)288.65º60.66%95.69%-
XYZ48.8329.588.71-
YUV148.75181.76175.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.85%
GREEN value IS 96 (37.89% from 255) = 17.27%
BLUE value IS 244 (95.70% from 255) = 43.88%
R=38.85%
G=17.27%
B=43.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal216962440.110.6100.04288.6587.0666.67
HexD860F4B3D041215743
Octal330140364137504441127103
Binary110110001100000111101001011111101010010010000110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d860f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d860f4; }

 p { color: rgb(216,96,244); }

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

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

 a { background-color: rgb(216,96,244); }

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

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

 span { border-color: rgb(216,96,244); }

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