#D47DFA

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

Shades of Heliotrope #D47DFA

Tints of Heliotrope #D47DFA

Color information

#D47DFA (or 0xD47DFA) is unknown color: approx Heliotrope. HEX triplet: D4, 7D and FA. RGB value is (212,125,250). Sum of RGB (Red+Green+Blue) = 212+125+250=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 125 (49.22% from 255 or 21.29% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #D47DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D47DFA is #2B8205. Grayscale: #A4A4A4. Windows color (decimal): -2851334 or 16416212. OLE color: 16416212.

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

Color convert

RGB212125250-
CMYK0.150.5000.02
HSL281.76º92.59%73.53%-
HSV(B)281.76º50%98.04%-
XYZ51.7435.5794.58-
YUV165.26175.82161.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 125 (49.22% from 255) = 21.29%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=36.12%
G=21.29%
B=42.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121252500.150.5000.02281.7692.5973.53
HexD47DFAF320211a5d4a
Octal324175372176202432135112
Binary11010100111110111111010111111001001010001101010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47DFA; }

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

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

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

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

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

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

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

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