#D46CFA

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

Shades of Heliotrope #D46CFA

Tints of Heliotrope #D46CFA

Color information

#D46CFA (or 0xD46CFA) is unknown color: approx Heliotrope. HEX triplet: D4, 6C and FA. RGB value is (212,108,250). Sum of RGB (Red+Green+Blue) = 212+108+250=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 108 (42.58% from 255 or 18.95% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #D46CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46CFA is #2B9305. Grayscale: #9A9A9A. Windows color (decimal): -2855686 or 16411860. OLE color: 16411860.

HSL color Cylindrical-coordinate representation of color #D46CFA: hue angle of 283.94º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D46CFA is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212108250-
CMYK0.150.5700.02
HSL283.94º93.42%70.2%-
HSV(B)283.94º56.8%98.04%-
XYZ49.7731.6293.92-
YUV155.28181.46168.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.19%
GREEN value IS 108 (42.58% from 255) = 18.95%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=37.19%
G=18.95%
B=43.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121082500.150.5700.02283.9493.4270.2
HexD46CFAF390211c5d46
Octal324154372177102434135106
Binary11010100110110011111010111111100101010001110010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46CFA; }

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

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

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

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

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

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

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

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