#D17DF1

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

Shades of Heliotrope #D17DF1

Tints of Heliotrope #D17DF1

Color information

#D17DF1 (or 0xD17DF1) is unknown color: approx Heliotrope. HEX triplet: D1, 7D and F1. RGB value is (209,125,241). Sum of RGB (Red+Green+Blue) = 209+125+241=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #D17DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17DF1 is #2E820E. Grayscale: #A2A2A2. Windows color (decimal): -3047951 or 15826385. OLE color: 15826385.

HSL color Cylindrical-coordinate representation of color #D17DF1: hue angle of 283.45º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D17DF1 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB209125241-
CMYK0.130.4800.05
HSL283.45º80.56%71.76%-
HSV(B)283.45º48.13%94.51%-
XYZ49.5134.5787.28-
YUV163.34171.83160.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.35%
GREEN value IS 125 (49.22% from 255) = 21.74%
BLUE value IS 241 (94.53% from 255) = 41.91%
R=36.35%
G=21.74%
B=41.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2091252410.130.4800.05283.4580.5671.76
HexD17DF1D300511b5148
Octal321175361156005433121110
Binary110100011111101111100011101110000010110001101110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17DF1; }

 p { color: rgb(209,125,241); }

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

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

 a { background-color: rgb(209,125,241); }

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

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

 span { border-color: rgb(209,125,241); }

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