#D86FEB

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

Shades of Heliotrope #D86FEB

Tints of Heliotrope #D86FEB

Color information

#D86FEB (or 0xD86FEB) is unknown color: approx Heliotrope. HEX triplet: D8, 6F and EB. RGB value is (216,111,235). Sum of RGB (Red+Green+Blue) = 216+111+235=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #D86FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86FEB is #279014. Grayscale: #9C9C9C. Windows color (decimal): -2592789 or 15429592. OLE color: 15429592.

HSL color Cylindrical-coordinate representation of color #D86FEB: hue angle of 290.81º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D86FEB is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216111235-
CMYK0.080.5300.08
HSL290.81º75.61%67.84%-
HSV(B)290.81º52.77%92.16%-
XYZ4931.9782.18-
YUV156.53172.29170.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 111 (43.75% from 255) = 19.75%
BLUE value IS 235 (92.19% from 255) = 41.81%
R=38.43%
G=19.75%
B=41.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161112350.080.5300.08290.8175.6167.84
HexD86FEB835081234c44
Octal3301573531065010443114104
Binary1101100011011111110101110001101010100010010001110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86FEB; }

 p { color: rgb(216,111,235); }

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

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

 a { background-color: rgb(216,111,235); }

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

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

 span { border-color: rgb(216,111,235); }

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