#D370FC

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

Shades of Heliotrope #D370FC

Tints of Heliotrope #D370FC

Color information

#D370FC (or 0xD370FC) is unknown color: approx Heliotrope. HEX triplet: D3, 70 and FC. RGB value is (211,112,252). Sum of RGB (Red+Green+Blue) = 211+112+252=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 112 (44.14% from 255 or 19.48% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #D370FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D370FC is #2C8F03. Grayscale: #9D9D9D. Windows color (decimal): -2920196 or 16543955. OLE color: 16543955.

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

Color convert

RGB211112252-
CMYK0.160.5600.01
HSL282.43º95.89%71.37%-
HSV(B)282.43º55.56%98.82%-
XYZ50.2332.4795.71-
YUV157.56181.3166.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.70%
GREEN value IS 112 (44.14% from 255) = 19.48%
BLUE value IS 252 (98.83% from 255) = 43.83%
R=36.70%
G=19.48%
B=43.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111122520.160.5600.01282.4395.8971.37
HexD370FC10380111a6047
Octal323160374207001432140107
Binary11010011111000011111100100001110000110001101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D370FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D370FC; }

 p { color: rgb(211,112,252); }

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

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

 a { background-color: rgb(211,112,252); }

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

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

 span { border-color: rgb(211,112,252); }

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