#D686C5

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

Shades of Orchid #D686C5

Tints of Orchid #D686C5

Color information

#D686C5 (or 0xD686C5) is unknown color: approx Orchid. HEX triplet: D6, 86 and C5. RGB value is (214,134,197). Sum of RGB (Red+Green+Blue) = 214+134+197=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D686C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686C5 is #29793A. Grayscale: #A4A4A4. Windows color (decimal): -2718011 or 12945110. OLE color: 12945110.

HSL color Cylindrical-coordinate representation of color #D686C5: hue angle of 312.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D686C5 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB214134197-
CMYK00.370.080.16
HSL312.75º49.38%68.24%-
HSV(B)312.75º37.38%83.92%-
XYZ46.3335.3857.21-
YUV165.1146162.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 134 (52.73% from 255) = 24.59%
BLUE value IS 197 (77.34% from 255) = 36.15%
R=39.27%
G=24.59%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413419700.370.080.16312.7549.3868.24
HexD686C50258101393144
Octal326206305045102047161104
Binary11010110100001101100010101001011000100001001110011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D686C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D686C5; }

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

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

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

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

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

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

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

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