#D86CF6

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

Shades of Heliotrope #D86CF6

Tints of Heliotrope #D86CF6

Color information

#D86CF6 (or 0xD86CF6) is unknown color: approx Heliotrope. HEX triplet: D8, 6C and F6. RGB value is (216,108,246). Sum of RGB (Red+Green+Blue) = 216+108+246=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 108 (42.58% from 255 or 18.95% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #D86CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86CF6 is #279309. Grayscale: #9B9B9B. Windows color (decimal): -2593546 or 16149720. OLE color: 16149720.

HSL color Cylindrical-coordinate representation of color #D86CF6: hue angle of 286.96º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D86CF6 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB216108246-
CMYK0.120.5600.04
HSL286.96º88.46%69.41%-
HSV(B)286.96º56.1%96.47%-
XYZ50.3231.9890.71-
YUV156.02178.78170.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.89%
GREEN value IS 108 (42.58% from 255) = 18.95%
BLUE value IS 246 (96.48% from 255) = 43.16%
R=37.89%
G=18.95%
B=43.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2161082460.120.5600.04286.9688.4669.41
HexD86CF6C380411f5845
Octal330154366147004437130105
Binary110110001101100111101101100111000010010001111110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86CF6; }

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

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

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

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

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

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

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

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