#D47EF0

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

Shades of Heliotrope #D47EF0

Tints of Heliotrope #D47EF0

Color information

#D47EF0 (or 0xD47EF0) is unknown color: approx Heliotrope. HEX triplet: D4, 7E and F0. RGB value is (212,126,240). Sum of RGB (Red+Green+Blue) = 212+126+240=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #D47EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D47EF0 is #2B810F. Grayscale: #A4A4A4. Windows color (decimal): -2851088 or 15761108. OLE color: 15761108.

HSL color Cylindrical-coordinate representation of color #D47EF0: hue angle of 285.26º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D47EF0 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212126240-
CMYK0.120.4800.06
HSL285.26º79.17%71.76%-
HSV(B)285.26º47.5%94.12%-
XYZ50.3435.2186.58-
YUV164.71170.49161.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.68%
GREEN value IS 126 (49.61% from 255) = 21.80%
BLUE value IS 240 (94.14% from 255) = 41.52%
R=36.68%
G=21.80%
B=41.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121262400.120.4800.06285.2679.1771.76
HexD47EF0C300611d4f48
Octal324176360146006435117110
Binary110101001111110111100001100110000011010001110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47EF0; }

 p { color: rgb(212,126,240); }

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

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

 a { background-color: rgb(212,126,240); }

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

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

 span { border-color: rgb(212,126,240); }

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