#D46CF6

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

Shades of Heliotrope #D46CF6

Tints of Heliotrope #D46CF6

Color information

#D46CF6 (or 0xD46CF6) is unknown color: approx Heliotrope. HEX triplet: D4, 6C and F6. RGB value is (212,108,246). Sum of RGB (Red+Green+Blue) = 212+108+246=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 108 (42.58% from 255 or 19.08% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #D46CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46CF6 is #2B9309. Grayscale: #9A9A9A. Windows color (decimal): -2855690 or 16149716. OLE color: 16149716.

HSL color Cylindrical-coordinate representation of color #D46CF6: hue angle of 285.22º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D46CF6 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB212108246-
CMYK0.140.5600.04
HSL285.22º88.46%69.41%-
HSV(B)285.22º56.1%96.47%-
XYZ49.1531.3890.65-
YUV154.83179.46168.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.46%
GREEN value IS 108 (42.58% from 255) = 19.08%
BLUE value IS 246 (96.48% from 255) = 43.46%
R=37.46%
G=19.08%
B=43.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2121082460.140.5600.04285.2288.4669.41
HexD46CF6E380411d5845
Octal324154366167004435130105
Binary110101001101100111101101110111000010010001110110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46CF6; }

 p { color: rgb(212,108,246); }

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

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

 a { background-color: rgb(212,108,246); }

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

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

 span { border-color: rgb(212,108,246); }

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