#d686e3

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

Shades of Violet #D686E3

Tints of Violet #D686E3

Color information

#D686E3 (or 0xD686E3) is unknown color: approx Violet. HEX triplet: D6, 86 and E3. RGB value is (214,134,227). Sum of RGB (Red+Green+Blue) = 214+134+227=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 227 (89.06% from 255 or 39.48% from 575); Max value from RGB is 227 - color contains mainly: blue. Hex color #D686E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686E3 is #29791C. Grayscale: #A8A8A8. Windows color (decimal): -2717981 or 14911190. OLE color: 14911190.

HSL color Cylindrical-coordinate representation of color #D686E3: hue angle of 291.61º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D686E3 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB214134227-
CMYK0.060.4100.11
HSL291.61º62.42%70.78%-
HSV(B)291.61º40.97%89.02%-
XYZ50.1236.8977.15-
YUV168.52161160.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 134 (52.73% from 255) = 23.30%
BLUE value IS 227 (89.06% from 255) = 39.48%
R=37.22%
G=23.30%
B=39.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2141342270.060.4100.11291.6162.4270.78
HexD686E36290B1243e47
Octal32620634365101344476107
Binary110101101000011011100011110101001010111001001001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d686e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d686e3; }

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

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

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

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

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

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

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

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