#D460F1

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

Shades of Heliotrope #D460F1

Tints of Heliotrope #D460F1

Color information

#D460F1 (or 0xD460F1) is unknown color: approx Heliotrope. HEX triplet: D4, 60 and F1. RGB value is (212,96,241). Sum of RGB (Red+Green+Blue) = 212+96+241=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #D460F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D460F1 is #2B9F0E. Grayscale: #929292. Windows color (decimal): -2858767 or 15818964. OLE color: 15818964.

HSL color Cylindrical-coordinate representation of color #D460F1: hue angle of 288º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D460F1 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21296241-
CMYK0.120.6000.05
HSL288º83.82%66.08%-
HSV(B)288º60.17%94.51%-
XYZ47.2128.7186.27-
YUV147.21180.93174.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 96 (37.89% from 255) = 17.49%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=38.62%
G=17.49%
B=43.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal212962410.120.6000.0528883.8266.08
HexD460F1C3C051205442
Octal324140361147405440124102
Binary110101001100000111100011100111100010110010000010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D460F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D460F1; }

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

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

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

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

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

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

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

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