#D87CD5

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

Shades of Orchid #D87CD5

Tints of Orchid #D87CD5

Color information

#D87CD5 (or 0xD87CD5) is unknown color: approx Orchid. HEX triplet: D8, 7C and D5. RGB value is (216,124,213). Sum of RGB (Red+Green+Blue) = 216+124+213=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CD5 is #27832A. Grayscale: #A1A1A1. Windows color (decimal): -2589483 or 13991128. OLE color: 13991128.

HSL color Cylindrical-coordinate representation of color #D87CD5: hue angle of 301.96º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87CD5 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB216124213-
CMYK00.430.010.15
HSL301.96º54.12%66.67%-
HSV(B)301.96º42.59%84.71%-
XYZ47.5433.8266.97-
YUV161.65156.98166.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 124 (48.83% from 255) = 22.42%
BLUE value IS 213 (83.59% from 255) = 38.52%
R=39.06%
G=22.42%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612421300.430.010.15301.9654.1266.67
HexD87CD502B1F12e3643
Octal33017432505311745666103
Binary110110001111100110101010101011111111001011101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87CD5; }

 p { color: rgb(216,124,213); }

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

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

 a { background-color: rgb(216,124,213); }

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

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

 span { border-color: rgb(216,124,213); }

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