#D87DD2

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

Shades of Orchid #D87DD2

Tints of Orchid #D87DD2

Color information

#D87DD2 (or 0xD87DD2) is unknown color: approx Orchid. HEX triplet: D8, 7D and D2. RGB value is (216,125,210). Sum of RGB (Red+Green+Blue) = 216+125+210=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DD2 is #27822D. Grayscale: #A1A1A1. Windows color (decimal): -2589230 or 13794776. OLE color: 13794776.

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

Color convert

RGB216125210-
CMYK00.420.030.15
HSL303.96º53.85%66.86%-
HSV(B)303.96º42.13%84.71%-
XYZ47.2933.9265.03-
YUV161.9155.15166.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.20%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 210 (82.42% from 255) = 38.11%
R=39.20%
G=22.69%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612521000.420.030.15303.9653.8566.86
HexD87DD202A3F1303643
Octal33017532205231746066103
Binary1101100011111011101001001010101111111001100001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87DD2; }

 p { color: rgb(216,125,210); }

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

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

 a { background-color: rgb(216,125,210); }

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

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

 span { border-color: rgb(216,125,210); }

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