#D474FC

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

Shades of Heliotrope #D474FC

Tints of Heliotrope #D474FC

Color information

#D474FC (or 0xD474FC) is unknown color: approx Heliotrope. HEX triplet: D4, 74 and FC. RGB value is (212,116,252). Sum of RGB (Red+Green+Blue) = 212+116+252=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 116 (45.70% from 255 or 20% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #D474FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D474FC is #2B8B03. Grayscale: #9F9F9F. Windows color (decimal): -2853636 or 16544980. OLE color: 16544980.

HSL color Cylindrical-coordinate representation of color #D474FC: hue angle of 282.35º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D474FC is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212116252-
CMYK0.160.5400.01
HSL282.35º95.77%72.16%-
HSV(B)282.35º53.97%98.82%-
XYZ50.9733.5295.88-
YUV160.21179.8164.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.55%
GREEN value IS 116 (45.70% from 255) = 20%
BLUE value IS 252 (98.83% from 255) = 43.45%
R=36.55%
G=20%
B=43.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121162520.160.5400.01282.3595.7772.16
HexD474FC10360111a6048
Octal324164374206601432140110
Binary11010100111010011111100100001101100110001101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D474FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D474FC; }

 p { color: rgb(212,116,252); }

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

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

 a { background-color: rgb(212,116,252); }

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

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

 span { border-color: rgb(212,116,252); }

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