#D686DF

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

Shades of Orchid #D686DF

Tints of Orchid #D686DF

Color information

#D686DF (or 0xD686DF) is unknown color: approx Orchid. HEX triplet: D6, 86 and DF. RGB value is (214,134,223). Sum of RGB (Red+Green+Blue) = 214+134+223=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #D686DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686DF is #297920. Grayscale: #A7A7A7. Windows color (decimal): -2717985 or 14649046. OLE color: 14649046.

HSL color Cylindrical-coordinate representation of color #D686DF: hue angle of 293.93º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D686DF is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214134223-
CMYK0.040.4000.13
HSL293.93º58.17%70%-
HSV(B)293.93º39.91%87.45%-
XYZ49.5836.6774.28-
YUV168.07159160.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.48%
GREEN value IS 134 (52.73% from 255) = 23.47%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=37.48%
G=23.47%
B=39.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141342230.040.4000.13293.9358.1770
HexD686DF4280D1263a46
Octal32620633745001544672106
Binary110101101000011011011111100101000011011001001101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D686DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D686DF; }

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

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

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

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

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

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

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

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