#D470F7

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

Shades of Heliotrope #D470F7

Tints of Heliotrope #D470F7

Color information

#D470F7 (or 0xD470F7) is unknown color: approx Heliotrope. HEX triplet: D4, 70 and F7. RGB value is (212,112,247). Sum of RGB (Red+Green+Blue) = 212+112+247=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 247 - color contains mainly: blue. Hex color #D470F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D470F7 is #2B8F08. Grayscale: #9C9C9C. Windows color (decimal): -2854665 or 16216276. OLE color: 16216276.

HSL color Cylindrical-coordinate representation of color #D470F7: hue angle of 284.44º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D470F7 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB212112247-
CMYK0.140.5500.03
HSL284.44º89.4%70.39%-
HSV(B)284.44º54.66%96.86%-
XYZ49.7332.391.61-
YUV157.29178.63167.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.13%
GREEN value IS 112 (44.14% from 255) = 19.61%
BLUE value IS 247 (96.88% from 255) = 43.26%
R=37.13%
G=19.61%
B=43.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2121122470.140.5500.03284.4489.470.39
HexD470F7E370311c5946
Octal324160367166703434131106
Binary11010100111000011110111111011011101110001110010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D470F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D470F7; }

 p { color: rgb(212,112,247); }

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

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

 a { background-color: rgb(212,112,247); }

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

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

 span { border-color: rgb(212,112,247); }

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