#D460F7

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

Shades of Heliotrope #D460F7

Tints of Heliotrope #D460F7

Color information

#D460F7 (or 0xD460F7) is unknown color: approx Heliotrope. HEX triplet: D4, 60 and F7. RGB value is (212,96,247). Sum of RGB (Red+Green+Blue) = 212+96+247=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 96 (37.89% from 255 or 17.30% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 247 - color contains mainly: blue. Hex color #D460F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D460F7 is #2B9F08. Grayscale: #939393. Windows color (decimal): -2858761 or 16212180. OLE color: 16212180.

HSL color Cylindrical-coordinate representation of color #D460F7: hue angle of 286.09º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D460F7 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21296247-
CMYK0.140.6100.03
HSL286.09º90.42%67.25%-
HSV(B)286.09º61.13%96.86%-
XYZ48.1229.0891.07-
YUV147.9183.93173.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 96 (37.89% from 255) = 17.30%
BLUE value IS 247 (96.88% from 255) = 44.50%
R=38.20%
G=17.30%
B=44.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal212962470.140.6100.03286.0990.4267.25
HexD460F7E3D0311e5a43
Octal324140367167503436132103
Binary11010100110000011110111111011110101110001111010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D460F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D460F7; }

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

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

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

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

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

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

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

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