#D887D1

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

Shades of Orchid #D887D1

Tints of Orchid #D887D1

Color information

#D887D1 (or 0xD887D1) is unknown color: approx Orchid. HEX triplet: D8, 87 and D1. RGB value is (216,135,209). Sum of RGB (Red+Green+Blue) = 216+135+209=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D887D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887D1 is #27782E. Grayscale: #A7A7A7. Windows color (decimal): -2586671 or 13731800. OLE color: 13731800.

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

Color convert

RGB216135209-
CMYK00.380.030.15
HSL305.19º50.94%68.82%-
HSV(B)305.19º37.5%84.71%-
XYZ48.4936.5364.82-
YUV167.66151.34162.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.57%
GREEN value IS 135 (53.12% from 255) = 24.11%
BLUE value IS 209 (82.03% from 255) = 37.32%
R=38.57%
G=24.11%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613520900.380.030.15305.1950.9468.82
HexD887D10263F1313345
Octal33020732104631746163105
Binary11011000100001111101000101001101111111001100011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D887D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D887D1; }

 p { color: rgb(216,135,209); }

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

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

 a { background-color: rgb(216,135,209); }

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

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

 span { border-color: rgb(216,135,209); }

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