#D87AC3

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

Shades of Orchid #D87AC3

Tints of Orchid #D87AC3

Color information

#D87AC3 (or 0xD87AC3) is unknown color: approx Orchid. HEX triplet: D8, 7A and C3. RGB value is (216,122,195). Sum of RGB (Red+Green+Blue) = 216+122+195=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87AC3 is #27853C. Grayscale: #9E9E9E. Windows color (decimal): -2590013 or 12810968. OLE color: 12810968.

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

Color convert

RGB216122195-
CMYK00.440.100.15
HSL313.4º54.65%66.27%-
HSV(B)313.4º43.52%84.71%-
XYZ45.1332.4655.52-
YUV158.43148.64169.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.53%
GREEN value IS 122 (48.05% from 255) = 22.89%
BLUE value IS 195 (76.56% from 255) = 36.59%
R=40.53%
G=22.89%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612219500.440.100.15313.454.6566.27
HexD87AC302CAF1393742
Octal330172303054121747167102
Binary110110001111010110000110101100101011111001110011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87AC3; }

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

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

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

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

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

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

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

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