#D170FC

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

Shades of Heliotrope #D170FC

Tints of Heliotrope #D170FC

Color information

#D170FC (or 0xD170FC) is unknown color: approx Heliotrope. HEX triplet: D1, 70 and FC. RGB value is (209,112,252). Sum of RGB (Red+Green+Blue) = 209+112+252=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #D170FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D170FC is #2E8F03. Grayscale: #9C9C9C. Windows color (decimal): -3051268 or 16543953. OLE color: 16543953.

HSL color Cylindrical-coordinate representation of color #D170FC: hue angle of 281.57º 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 #D170FC is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209112252-
CMYK0.170.5600.01
HSL281.57º95.89%71.37%-
HSV(B)281.57º55.56%98.82%-
XYZ49.6632.1795.69-
YUV156.96181.64165.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.47%
GREEN value IS 112 (44.14% from 255) = 19.55%
BLUE value IS 252 (98.83% from 255) = 43.98%
R=36.47%
G=19.55%
B=43.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091122520.170.5600.01281.5795.8971.37
HexD170FC11380111a6047
Octal321160374217001432140107
Binary11010001111000011111100100011110000110001101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D170FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D170FC; }

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

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

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

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

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

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

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

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