#D461FC

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

Shades of Heliotrope #D461FC

Tints of Heliotrope #D461FC

Color information

#D461FC (or 0xD461FC) is unknown color: approx Heliotrope. HEX triplet: D4, 61 and FC. RGB value is (212,97,252). Sum of RGB (Red+Green+Blue) = 212+97+252=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 97 (38.28% from 255 or 17.29% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #D461FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D461FC is #2B9E03. Grayscale: #949494. Windows color (decimal): -2858500 or 16540116. OLE color: 16540116.

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

Color convert

RGB21297252-
CMYK0.160.6200.01
HSL284.52º96.27%68.43%-
HSV(B)284.52º61.51%98.82%-
XYZ4929.5795.22-
YUV149.06186.1172.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.79%
GREEN value IS 97 (38.28% from 255) = 17.29%
BLUE value IS 252 (98.83% from 255) = 44.92%
R=37.79%
G=17.29%
B=44.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal212972520.160.6200.01284.5296.2768.43
HexD461FC103E0111d6044
Octal324141374207601435140104
Binary11010100110000111111100100001111100110001110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D461FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D461FC; }

 p { color: rgb(212,97,252); }

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

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

 a { background-color: rgb(212,97,252); }

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

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

 span { border-color: rgb(212,97,252); }

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