#D87ACE

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

Shades of Orchid #D87ACE

Tints of Orchid #D87ACE

Color information

#D87ACE (or 0xD87ACE) is unknown color: approx Orchid. HEX triplet: D8, 7A and CE. RGB value is (216,122,206). Sum of RGB (Red+Green+Blue) = 216+122+206=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ACE is #278531. Grayscale: #9F9F9F. Windows color (decimal): -2590002 or 13531864. OLE color: 13531864.

HSL color Cylindrical-coordinate representation of color #D87ACE: hue angle of 306.38º 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 #D87ACE is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216122206-
CMYK00.440.050.15
HSL306.38º54.65%66.27%-
HSV(B)306.38º43.52%84.71%-
XYZ46.4232.9762.31-
YUV159.68154.14168.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.71%
GREEN value IS 122 (48.05% from 255) = 22.43%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=39.71%
G=22.43%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612220600.440.050.15306.3854.6566.27
HexD87ACE02C5F1323742
Octal33017231605451746267102
Binary11011000111101011001110010110010111111001100101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87ACE; }

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

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

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

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

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

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

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

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