#D460F5

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

Shades of Heliotrope #D460F5

Tints of Heliotrope #D460F5

Color information

#D460F5 (or 0xD460F5) is unknown color: approx Heliotrope. HEX triplet: D4, 60 and F5. RGB value is (212,96,245). Sum of RGB (Red+Green+Blue) = 212+96+245=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 245 (96.09% from 255 or 44.30% from 553); Max value from RGB is 245 - color contains mainly: blue. Hex color #D460F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D460F5 is #2B9F0A. Grayscale: #939393. Windows color (decimal): -2858763 or 16081108. OLE color: 16081108.

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

Color convert

RGB21296245-
CMYK0.130.6100.04
HSL286.71º88.17%66.86%-
HSV(B)286.71º60.82%96.08%-
XYZ47.8228.9689.45-
YUV147.67182.93173.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.34%
GREEN value IS 96 (37.89% from 255) = 17.36%
BLUE value IS 245 (96.09% from 255) = 44.30%
R=38.34%
G=17.36%
B=44.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal212962450.130.6100.04286.7188.1766.86
HexD460F5D3D0411f5843
Octal324140365157504437130103
Binary110101001100000111101011101111101010010001111110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D460F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D460F5; }

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

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

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

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

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

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

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

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