#D86ED6

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

Shades of Orchid #D86ED6

Tints of Orchid #D86ED6

Color information

#D86ED6 (or 0xD86ED6) is unknown color: approx Orchid. HEX triplet: D8, 6E and D6. RGB value is (216,110,214). Sum of RGB (Red+Green+Blue) = 216+110+214=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D86ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ED6 is #279129. Grayscale: #999999. Windows color (decimal): -2593066 or 14053080. OLE color: 14053080.

HSL color Cylindrical-coordinate representation of color #D86ED6: hue angle of 301.13º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86ED6 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB216110214-
CMYK00.490.010.15
HSL301.13º57.61%63.92%-
HSV(B)301.13º49.07%84.71%-
XYZ46.0330.6167.1-
YUV153.55162.12172.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40%
GREEN value IS 110 (43.36% from 255) = 20.37%
BLUE value IS 214 (83.98% from 255) = 39.63%
R=40%
G=20.37%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611021400.490.010.15301.1357.6163.92
HexD86ED60311F12d3a40
Octal33015632606111745572100
Binary110110001101110110101100110001111111001011011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86ED6; }

 p { color: rgb(216,110,214); }

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

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

 a { background-color: rgb(216,110,214); }

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

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

 span { border-color: rgb(216,110,214); }

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