#D887DE

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

Shades of Orchid #D887DE

Tints of Orchid #D887DE

Color information

#D887DE (or 0xD887DE) is unknown color: approx Orchid. HEX triplet: D8, 87 and DE. RGB value is (216,135,222). Sum of RGB (Red+Green+Blue) = 216+135+222=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #D887DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887DE is #277821. Grayscale: #A8A8A8. Windows color (decimal): -2586658 or 14583768. OLE color: 14583768.

HSL color Cylindrical-coordinate representation of color #D887DE: hue angle of 295.86º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D887DE is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216135222-
CMYK0.030.3900.13
HSL295.86º56.86%70%-
HSV(B)295.86º39.19%87.06%-
XYZ50.1737.273.64-
YUV169.14157.84161.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.70%
GREEN value IS 135 (53.12% from 255) = 23.56%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=37.70%
G=23.56%
B=38.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161352220.030.3900.13295.8656.8670
HexD887DE3270D1283946
Octal33020733634701545071106
Binary11011000100001111101111011100111011011001010001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D887DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D887DE; }

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

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

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

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

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

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

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

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