#D87ABF

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

Shades of Orchid #D87ABF

Tints of Orchid #D87ABF

Color information

#D87ABF (or 0xD87ABF) is unknown color: approx Orchid. HEX triplet: D8, 7A and BF. RGB value is (216,122,191). Sum of RGB (Red+Green+Blue) = 216+122+191=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ABF is #278540. Grayscale: #9D9D9D. Windows color (decimal): -2590017 or 12548824. OLE color: 12548824.

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

Color convert

RGB216122191-
CMYK00.440.120.15
HSL315.96º54.65%66.27%-
HSV(B)315.96º43.52%84.71%-
XYZ44.6832.2853.17-
YUV157.97146.64169.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.83%
GREEN value IS 122 (48.05% from 255) = 23.06%
BLUE value IS 191 (75% from 255) = 36.11%
R=40.83%
G=23.06%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612219100.440.120.15315.9654.6566.27
HexD87ABF02CCF13c3742
Octal330172277054141747467102
Binary110110001111010101111110101100110011111001111001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87ABF; }

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

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

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

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

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

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

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

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