#D86DFA

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

Shades of Heliotrope #D86DFA

Tints of Heliotrope #D86DFA

Color information

#D86DFA (or 0xD86DFA) is unknown color: approx Heliotrope. HEX triplet: D8, 6D and FA. RGB value is (216,109,250). Sum of RGB (Red+Green+Blue) = 216+109+250=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 109 (42.97% from 255 or 18.96% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #D86DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86DFA is #279205. Grayscale: #9C9C9C. Windows color (decimal): -2593286 or 16412120. OLE color: 16412120.

HSL color Cylindrical-coordinate representation of color #D86DFA: hue angle of 285.53º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D86DFA is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216109250-
CMYK0.140.5600.02
HSL285.53º93.38%70.39%-
HSV(B)285.53º56.4%98.04%-
XYZ51.0432.4494.01-
YUV157.07180.45170.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.57%
GREEN value IS 109 (42.97% from 255) = 18.96%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=37.57%
G=18.96%
B=43.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161092500.140.5600.02285.5393.3870.39
HexD86DFAE380211e5d46
Octal330155372167002436135106
Binary11011000110110111111010111011100001010001111010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86DFA; }

 p { color: rgb(216,109,250); }

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

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

 a { background-color: rgb(216,109,250); }

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

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

 span { border-color: rgb(216,109,250); }

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