#D686FB

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

Shades of Heliotrope #D686FB

Tints of Heliotrope #D686FB

Color information

#D686FB (or 0xD686FB) is unknown color: approx Heliotrope. HEX triplet: D6, 86 and FB. RGB value is (214,134,251). Sum of RGB (Red+Green+Blue) = 214+134+251=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 134 (52.73% from 255 or 22.37% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #D686FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D686FB is #297904. Grayscale: #AAAAAA. Windows color (decimal): -2717957 or 16484054. OLE color: 16484054.

HSL color Cylindrical-coordinate representation of color #D686FB: hue angle of 281.03º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D686FB is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214134251-
CMYK0.150.4700.02
HSL281.03º93.6%75.49%-
HSV(B)281.03º46.61%98.43%-
XYZ53.6738.3195.83-
YUV171.26173158.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.73%
GREEN value IS 134 (52.73% from 255) = 22.37%
BLUE value IS 251 (98.44% from 255) = 41.90%
R=35.73%
G=22.37%
B=41.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141342510.150.4700.02281.0393.675.49
HexD686FBF2F021195e4b
Octal326206373175702431136113
Binary110101101000011011111011111110111101010001100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D686FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D686FB; }

 p { color: rgb(214,134,251); }

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

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

 a { background-color: rgb(214,134,251); }

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

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

 span { border-color: rgb(214,134,251); }

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