#D46FFD

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

Shades of Heliotrope #D46FFD

Tints of Heliotrope #D46FFD

Color information

#D46FFD (or 0xD46FFD) is unknown color: approx Heliotrope. HEX triplet: D4, 6F and FD. RGB value is (212,111,253). Sum of RGB (Red+Green+Blue) = 212+111+253=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 111 (43.75% from 255 or 19.27% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #D46FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46FFD is #2B9002. Grayscale: #9C9C9C. Windows color (decimal): -2854915 or 16609236. OLE color: 16609236.

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

Color convert

RGB212111253-
CMYK0.160.5600.01
HSL282.68º97.26%71.37%-
HSV(B)282.68º56.13%99.22%-
XYZ50.5732.4696.53-
YUV157.39181.96166.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.81%
GREEN value IS 111 (43.75% from 255) = 19.27%
BLUE value IS 253 (99.22% from 255) = 43.92%
R=36.81%
G=19.27%
B=43.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121112530.160.5600.01282.6897.2671.37
HexD46FFD10380111b6147
Octal324157375207001433141107
Binary11010100110111111111101100001110000110001101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46FFD; }

 p { color: rgb(212,111,253); }

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

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

 a { background-color: rgb(212,111,253); }

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

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

 span { border-color: rgb(212,111,253); }

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