#D17CF0

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

Shades of Heliotrope #D17CF0

Tints of Heliotrope #D17CF0

Color information

#D17CF0 (or 0xD17CF0) is unknown color: approx Heliotrope. HEX triplet: D1, 7C and F0. RGB value is (209,124,240). Sum of RGB (Red+Green+Blue) = 209+124+240=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #D17CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17CF0 is #2E830F. Grayscale: #A2A2A2. Windows color (decimal): -3048208 or 15760593. OLE color: 15760593.

HSL color Cylindrical-coordinate representation of color #D17CF0: hue angle of 283.97º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D17CF0 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB209124240-
CMYK0.130.4800.06
HSL283.97º79.45%71.37%-
HSV(B)283.97º48.33%94.12%-
XYZ49.2334.2686.46-
YUV162.64171.66161.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.47%
GREEN value IS 124 (48.83% from 255) = 21.64%
BLUE value IS 240 (94.14% from 255) = 41.88%
R=36.47%
G=21.64%
B=41.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2091242400.130.4800.06283.9779.4571.37
HexD17CF0D300611c4f47
Octal321174360156006434117107
Binary110100011111100111100001101110000011010001110010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17CF0; }

 p { color: rgb(209,124,240); }

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

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

 a { background-color: rgb(209,124,240); }

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

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

 span { border-color: rgb(209,124,240); }

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