#D87AC7

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

Shades of Orchid #D87AC7

Tints of Orchid #D87AC7

Color information

#D87AC7 (or 0xD87AC7) is unknown color: approx Orchid. HEX triplet: D8, 7A and C7. RGB value is (216,122,199). Sum of RGB (Red+Green+Blue) = 216+122+199=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87AC7 is #278538. Grayscale: #9E9E9E. Windows color (decimal): -2590009 or 13073112. OLE color: 13073112.

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

Color convert

RGB216122199-
CMYK00.440.080.15
HSL310.85º54.65%66.27%-
HSV(B)310.85º43.52%84.71%-
XYZ45.5932.6457.93-
YUV158.88150.64168.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.22%
GREEN value IS 122 (48.05% from 255) = 22.72%
BLUE value IS 199 (78.12% from 255) = 37.06%
R=40.22%
G=22.72%
B=37.06%

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
Decimal21612219900.440.080.15310.8554.6566.27
HexD87AC702C8F1373742
Octal330172307054101746767102
Binary110110001111010110001110101100100011111001101111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87AC7; }

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

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

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

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

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

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

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

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