#D86BEC

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

Shades of Heliotrope #D86BEC

Tints of Heliotrope #D86BEC

Color information

#D86BEC (or 0xD86BEC) is unknown color: approx Heliotrope. HEX triplet: D8, 6B and EC. RGB value is (216,107,236). Sum of RGB (Red+Green+Blue) = 216+107+236=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #D86BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86BEC is #279413. Grayscale: #999999. Windows color (decimal): -2593812 or 15494104. OLE color: 15494104.

HSL color Cylindrical-coordinate representation of color #D86BEC: hue angle of 290.7º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86BEC is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216107236-
CMYK0.080.5500.07
HSL290.7º77.25%67.25%-
HSV(B)290.7º54.66%92.55%-
XYZ48.7231.1782.81-
YUV154.3174.11172.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.64%
GREEN value IS 107 (42.19% from 255) = 19.14%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=38.64%
G=19.14%
B=42.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161072360.080.5500.07290.777.2567.25
HexD86BEC837071234d43
Octal330153354106707443115103
Binary110110001101011111011001000110111011110010001110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86BEC; }

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

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

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

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

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

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

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

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