#D46BF9

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

Shades of Heliotrope #D46BF9

Tints of Heliotrope #D46BF9

Color information

#D46BF9 (or 0xD46BF9) is unknown color: approx Heliotrope. HEX triplet: D4, 6B and F9. RGB value is (212,107,249). Sum of RGB (Red+Green+Blue) = 212+107+249=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 107 (42.19% from 255 or 18.84% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #D46BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46BF9 is #2B9406. Grayscale: #9A9A9A. Windows color (decimal): -2855943 or 16346068. OLE color: 16346068.

HSL color Cylindrical-coordinate representation of color #D46BF9: hue angle of 284.37º degrees, saturation: 0.92, 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 #D46BF9 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212107249-
CMYK0.150.5700.02
HSL284.37º92.21%69.8%-
HSV(B)284.37º57.03%97.65%-
XYZ49.5131.3593.06-
YUV154.58181.29168.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.32%
GREEN value IS 107 (42.19% from 255) = 18.84%
BLUE value IS 249 (97.66% from 255) = 43.84%
R=37.32%
G=18.84%
B=43.84%

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
Decimal2121072490.150.5700.02284.3792.2169.8
HexD46BF9F390211c5c46
Octal324153371177102434134106
Binary11010100110101111111001111111100101010001110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46BF9; }

 p { color: rgb(212,107,249); }

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

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

 a { background-color: rgb(212,107,249); }

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

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

 span { border-color: rgb(212,107,249); }

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