#D686C4

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

Shades of Orchid #D686C4

Tints of Orchid #D686C4

Color information

#D686C4 (or 0xD686C4) is unknown color: approx Orchid. HEX triplet: D6, 86 and C4. RGB value is (214,134,196). Sum of RGB (Red+Green+Blue) = 214+134+196=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D686C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686C4 is #29793B. Grayscale: #A4A4A4. Windows color (decimal): -2718012 or 12879574. OLE color: 12879574.

HSL color Cylindrical-coordinate representation of color #D686C4: hue angle of 313.5º 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 #D686C4 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB214134196-
CMYK00.370.080.16
HSL313.5º49.38%68.24%-
HSV(B)313.5º37.38%83.92%-
XYZ46.2235.3356.61-
YUV164.99145.5162.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 134 (52.73% from 255) = 24.63%
BLUE value IS 196 (76.95% from 255) = 36.03%
R=39.34%
G=24.63%
B=36.03%

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
Decimal21413419600.370.080.16313.549.3868.24
HexD686C402581013a3144
Octal326206304045102047261104
Binary11010110100001101100010001001011000100001001110101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D686C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D686C4; }

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

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

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

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

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

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

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

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