#D887C9

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

Shades of Orchid #D887C9

Tints of Orchid #D887C9

Color information

#D887C9 (or 0xD887C9) is unknown color: approx Orchid. HEX triplet: D8, 87 and C9. RGB value is (216,135,201). Sum of RGB (Red+Green+Blue) = 216+135+201=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D887C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887C9 is #277836. Grayscale: #A6A6A6. Windows color (decimal): -2586679 or 13207512. OLE color: 13207512.

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

Color convert

RGB216135201-
CMYK00.380.070.15
HSL311.11º50.94%68.82%-
HSV(B)311.11º37.5%84.71%-
XYZ47.5336.1459.73-
YUV166.74147.34163.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.13%
GREEN value IS 135 (53.12% from 255) = 24.46%
BLUE value IS 201 (78.91% from 255) = 36.41%
R=39.13%
G=24.46%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613520100.380.070.15311.1150.9468.82
HexD887C90267F1373345
Octal33020731104671746763105
Binary110110001000011111001001010011011111111001101111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D887C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D887C9; }

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

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

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

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

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

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

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

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