#D486FA

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

Shades of Heliotrope #D486FA

Tints of Heliotrope #D486FA

Color information

#D486FA (or 0xD486FA) is unknown color: approx Heliotrope. HEX triplet: D4, 86 and FA. RGB value is (212,134,250). Sum of RGB (Red+Green+Blue) = 212+134+250=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 134 (52.73% from 255 or 22.48% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #D486FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D486FA is #2B7905. Grayscale: #AAAAAA. Windows color (decimal): -2849030 or 16418516. OLE color: 16418516.

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

Color convert

RGB212134250-
CMYK0.150.4600.02
HSL280.34º92.06%75.29%-
HSV(B)280.34º46.4%98.04%-
XYZ52.9337.9594.98-
YUV170.55172.84157.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.57%
GREEN value IS 134 (52.73% from 255) = 22.48%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=35.57%
G=22.48%
B=41.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121342500.150.4600.02280.3492.0675.29
HexD486FAF2E021185c4b
Octal324206372175602430134113
Binary110101001000011011111010111110111001010001100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D486FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D486FA; }

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

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

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

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

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

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

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

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