#D462FD

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

Shades of Heliotrope #D462FD

Tints of Heliotrope #D462FD

Color information

#D462FD (or 0xD462FD) is unknown color: approx Heliotrope. HEX triplet: D4, 62 and FD. RGB value is (212,98,253). Sum of RGB (Red+Green+Blue) = 212+98+253=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 98 (38.67% from 255 or 17.41% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #D462FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D462FD is #2B9D02. Grayscale: #959595. Windows color (decimal): -2858243 or 16605908. OLE color: 16605908.

HSL color Cylindrical-coordinate representation of color #D462FD: hue angle of 284.13º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D462FD is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21298253-
CMYK0.160.6100.01
HSL284.13º97.48%68.82%-
HSV(B)284.13º61.26%99.22%-
XYZ49.2529.8296.09-
YUV149.76186.27172.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.66%
GREEN value IS 98 (38.67% from 255) = 17.41%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=37.66%
G=17.41%
B=44.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal212982530.160.6100.01284.1397.4868.82
HexD462FD103D0111c6145
Octal324142375207501434141105
Binary11010100110001011111101100001111010110001110011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D462FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D462FD; }

 p { color: rgb(212,98,253); }

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

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

 a { background-color: rgb(212,98,253); }

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

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

 span { border-color: rgb(212,98,253); }

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