#D686FF

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

Shades of Heliotrope #D686FF

Tints of Heliotrope #D686FF

Color information

#D686FF (or 0xD686FF) is unknown color: approx Heliotrope. HEX triplet: D6, 86 and FF. RGB value is (214,134,255). Sum of RGB (Red+Green+Blue) = 214+134+255=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 134 (52.73% from 255 or 22.22% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #D686FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D686FF is #297900. Grayscale: #ABABAB. Windows color (decimal): -2717953 or 16746198. OLE color: 16746198.

HSL color Cylindrical-coordinate representation of color #D686FF: hue angle of 279.67º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D686FF is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB214134255-
CMYK0.160.4700
HSL279.67º100%76.27%-
HSV(B)279.67º47.45%100%-
XYZ54.3138.5799.19-
YUV171.71175158.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.49%
GREEN value IS 134 (52.73% from 255) = 22.22%
BLUE value IS 255 (100% from 255) = 42.29%
R=35.49%
G=22.22%
B=42.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141342550.160.4700279.6710076.27
HexD686FF102F00118644c
Octal326206377205700430144114
Binary110101101000011011111111100001011110010001100011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D686FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D686FF; }

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

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

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

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

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

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

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

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