#D460F6

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

Shades of Heliotrope #D460F6

Tints of Heliotrope #D460F6

Color information

#D460F6 (or 0xD460F6) is unknown color: approx Heliotrope. HEX triplet: D4, 60 and F6. RGB value is (212,96,246). Sum of RGB (Red+Green+Blue) = 212+96+246=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #D460F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D460F6 is #2B9F09. Grayscale: #939393. Windows color (decimal): -2858762 or 16146644. OLE color: 16146644.

HSL color Cylindrical-coordinate representation of color #D460F6: hue angle of 286.4º degrees, saturation: 0.89, 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 #D460F6 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21296246-
CMYK0.140.6100.04
HSL286.4º89.29%67.06%-
HSV(B)286.4º60.98%96.47%-
XYZ47.9729.0290.26-
YUV147.78183.43173.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.27%
GREEN value IS 96 (37.89% from 255) = 17.33%
BLUE value IS 246 (96.48% from 255) = 44.40%
R=38.27%
G=17.33%
B=44.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal212962460.140.6100.04286.489.2967.06
HexD460F6E3D0411e5943
Octal324140366167504436131103
Binary110101001100000111101101110111101010010001111010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D460F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D460F6; }

 p { color: rgb(212,96,246); }

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

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

 a { background-color: rgb(212,96,246); }

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

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

 span { border-color: rgb(212,96,246); }

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