#D887D5

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

Shades of Orchid #D887D5

Tints of Orchid #D887D5

Color information

#D887D5 (or 0xD887D5) is unknown color: approx Orchid. HEX triplet: D8, 87 and D5. RGB value is (216,135,213). Sum of RGB (Red+Green+Blue) = 216+135+213=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D887D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887D5 is #27782A. Grayscale: #A7A7A7. Windows color (decimal): -2586667 or 13993944. OLE color: 13993944.

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

Color convert

RGB216135213-
CMYK00.380.010.15
HSL302.22º50.94%68.82%-
HSV(B)302.22º37.5%84.71%-
XYZ48.9936.7367.46-
YUV168.11153.34162.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.30%
GREEN value IS 135 (53.12% from 255) = 23.94%
BLUE value IS 213 (83.59% from 255) = 37.77%
R=38.30%
G=23.94%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613521300.380.010.15302.2250.9468.82
HexD887D50261F12e3345
Octal33020732504611745663105
Binary1101100010000111110101010100110111111001011101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D887D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D887D5; }

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

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

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

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

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

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

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

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