#D17DFA

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

Shades of Heliotrope #D17DFA

Tints of Heliotrope #D17DFA

Color information

#D17DFA (or 0xD17DFA) is unknown color: approx Heliotrope. HEX triplet: D1, 7D and FA. RGB value is (209,125,250). Sum of RGB (Red+Green+Blue) = 209+125+250=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 125 (49.22% from 255 or 21.40% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #D17DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17DFA is #2E8205. Grayscale: #A3A3A3. Windows color (decimal): -3047942 or 16416209. OLE color: 16416209.

HSL color Cylindrical-coordinate representation of color #D17DFA: hue angle of 280.32º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D17DFA is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209125250-
CMYK0.160.5000.02
HSL280.32º92.59%73.53%-
HSV(B)280.32º50%98.04%-
XYZ50.8835.1294.54-
YUV164.37176.33159.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.79%
GREEN value IS 125 (49.22% from 255) = 21.40%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=35.79%
G=21.40%
B=42.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091252500.160.5000.02280.3292.5973.53
HexD17DFA1032021185d4a
Octal321175372206202430135112
Binary110100011111101111110101000011001001010001100010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17DFA; }

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

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

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

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

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

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

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

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