#D86BEF

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

Shades of Heliotrope #D86BEF

Tints of Heliotrope #D86BEF

Color information

#D86BEF (or 0xD86BEF) is unknown color: approx Heliotrope. HEX triplet: D8, 6B and EF. RGB value is (216,107,239). Sum of RGB (Red+Green+Blue) = 216+107+239=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 107 (42.19% from 255 or 19.04% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #D86BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86BEF is #279410. Grayscale: #9A9A9A. Windows color (decimal): -2593809 or 15690712. OLE color: 15690712.

HSL color Cylindrical-coordinate representation of color #D86BEF: hue angle of 289.55º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86BEF is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB216107239-
CMYK0.100.5500.06
HSL289.55º80.49%67.84%-
HSV(B)289.55º55.23%93.73%-
XYZ49.1631.3585.12-
YUV154.64175.61171.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 107 (42.19% from 255) = 19.04%
BLUE value IS 239 (93.75% from 255) = 42.53%
R=38.43%
G=19.04%
B=42.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2161072390.100.5500.06289.5580.4967.84
HexD86BEFA37061225044
Octal330153357126706442120104
Binary110110001101011111011111010110111011010010001010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86BEF; }

 p { color: rgb(216,107,239); }

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

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

 a { background-color: rgb(216,107,239); }

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

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

 span { border-color: rgb(216,107,239); }

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