#D87AC6

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

Shades of Orchid #D87AC6

Tints of Orchid #D87AC6

Color information

#D87AC6 (or 0xD87AC6) is unknown color: approx Orchid. HEX triplet: D8, 7A and C6. RGB value is (216,122,198). Sum of RGB (Red+Green+Blue) = 216+122+198=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87AC6 is #278539. Grayscale: #9E9E9E. Windows color (decimal): -2590010 or 13007576. OLE color: 13007576.

HSL color Cylindrical-coordinate representation of color #D87AC6: hue angle of 311.49º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87AC6 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB216122198-
CMYK00.440.080.15
HSL311.49º54.65%66.27%-
HSV(B)311.49º43.52%84.71%-
XYZ45.4732.657.32-
YUV158.77150.14168.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.30%
GREEN value IS 122 (48.05% from 255) = 22.76%
BLUE value IS 198 (77.73% from 255) = 36.94%
R=40.30%
G=22.76%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612219800.440.080.15311.4954.6566.27
HexD87AC602C8F1373742
Octal330172306054101746767102
Binary110110001111010110001100101100100011111001101111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87AC6; }

 p { color: rgb(216,122,198); }

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

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

 a { background-color: rgb(216,122,198); }

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

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

 span { border-color: rgb(216,122,198); }

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