#D86CEF

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

Shades of Heliotrope #D86CEF

Tints of Heliotrope #D86CEF

Color information

#D86CEF (or 0xD86CEF) is unknown color: approx Heliotrope. HEX triplet: D8, 6C and EF. RGB value is (216,108,239). Sum of RGB (Red+Green+Blue) = 216+108+239=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 108 (42.58% from 255 or 19.18% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #D86CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86CEF is #279310. Grayscale: #9A9A9A. Windows color (decimal): -2593553 or 15690968. OLE color: 15690968.

HSL color Cylindrical-coordinate representation of color #D86CEF: hue angle of 289.47º 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 #D86CEF is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB216108239-
CMYK0.100.5500.06
HSL289.47º80.37%68.04%-
HSV(B)289.47º54.81%93.73%-
XYZ49.2631.5685.16-
YUV155.23175.28171.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.37%
GREEN value IS 108 (42.58% from 255) = 19.18%
BLUE value IS 239 (93.75% from 255) = 42.45%
R=38.37%
G=19.18%
B=42.45%

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
Decimal2161082390.100.5500.06289.4780.3768.04
HexD86CEFA37061215044
Octal330154357126706441120104
Binary110110001101100111011111010110111011010010000110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86CEF; }

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

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

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

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

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

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

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

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