#D46AFE

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

Shades of Heliotrope #D46AFE

Tints of Heliotrope #D46AFE

Color information

#D46AFE (or 0xD46AFE) is unknown color: approx Heliotrope. HEX triplet: D4, 6A and FE. RGB value is (212,106,254). Sum of RGB (Red+Green+Blue) = 212+106+254=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 106 (41.80% from 255 or 18.53% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #D46AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46AFE is #2B9501. Grayscale: #9A9A9A. Windows color (decimal): -2856194 or 16673492. OLE color: 16673492.

HSL color Cylindrical-coordinate representation of color #D46AFE: hue angle of 282.97º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D46AFE is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB212106254-
CMYK0.170.5800.00
HSL282.97º98.67%70.59%-
HSV(B)282.97º58.27%99.61%-
XYZ50.1931.4697.19-
YUV154.57184.12168.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.06%
GREEN value IS 106 (41.80% from 255) = 18.53%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=37.06%
G=18.53%
B=44.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2121062540.170.5800.00282.9798.6770.59
HexD46AFE113A0011b6347
Octal324152376217200433143107
Binary11010100110101011111110100011110100010001101111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46AFE; }

 p { color: rgb(212,106,254); }

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

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

 a { background-color: rgb(212,106,254); }

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

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

 span { border-color: rgb(212,106,254); }

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