#D47FF0

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

Shades of Heliotrope #D47FF0

Tints of Heliotrope #D47FF0

Color information

#D47FF0 (or 0xD47FF0) is unknown color: approx Heliotrope. HEX triplet: D4, 7F and F0. RGB value is (212,127,240). Sum of RGB (Red+Green+Blue) = 212+127+240=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #D47FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D47FF0 is #2B800F. Grayscale: #A4A4A4. Windows color (decimal): -2850832 or 15761364. OLE color: 15761364.

HSL color Cylindrical-coordinate representation of color #D47FF0: hue angle of 285.13º 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 #D47FF0 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212127240-
CMYK0.120.4700.06
HSL285.13º79.02%71.96%-
HSV(B)285.13º47.08%94.12%-
XYZ50.4735.4786.62-
YUV165.3170.16161.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.61%
GREEN value IS 127 (50% from 255) = 21.93%
BLUE value IS 240 (94.14% from 255) = 41.45%
R=36.61%
G=21.93%
B=41.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121272400.120.4700.06285.1379.0271.96
HexD47FF0C2F0611d4f48
Octal324177360145706435117110
Binary110101001111111111100001100101111011010001110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47FF0; }

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

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

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

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

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

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

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

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