#D686E7

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

Shades of Violet #D686E7

Tints of Violet #D686E7

Color information

#D686E7 (or 0xD686E7) is unknown color: approx Violet. HEX triplet: D6, 86 and E7. RGB value is (214,134,231). Sum of RGB (Red+Green+Blue) = 214+134+231=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #D686E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D686E7 is #297918. Grayscale: #A8A8A8. Windows color (decimal): -2717977 or 15173334. OLE color: 15173334.

HSL color Cylindrical-coordinate representation of color #D686E7: hue angle of 289.48º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D686E7 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB214134231-
CMYK0.070.4200.09
HSL289.48º66.9%71.57%-
HSV(B)289.48º41.99%90.59%-
XYZ50.6837.1280.09-
YUV168.98163160.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.96%
GREEN value IS 134 (52.73% from 255) = 23.14%
BLUE value IS 231 (90.62% from 255) = 39.90%
R=36.96%
G=23.14%
B=39.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2141342310.070.4200.09289.4866.971.57
HexD686E772A091214348
Octal326206347752011441103110
Binary1101011010000110111001111111010100100110010000110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D686E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D686E7; }

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

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

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

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

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

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

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

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