#D887DD

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

Shades of Orchid #D887DD

Tints of Orchid #D887DD

Color information

#D887DD (or 0xD887DD) is unknown color: approx Orchid. HEX triplet: D8, 87 and DD. RGB value is (216,135,221). Sum of RGB (Red+Green+Blue) = 216+135+221=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #D887DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887DD is #277822. Grayscale: #A8A8A8. Windows color (decimal): -2586659 or 14518232. OLE color: 14518232.

HSL color Cylindrical-coordinate representation of color #D887DD: hue angle of 296.51º degrees, saturation: 0.56, 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 #D887DD is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216135221-
CMYK0.020.3900.13
HSL296.51º55.84%69.8%-
HSV(B)296.51º38.91%86.67%-
XYZ50.0337.1572.94-
YUV169.02157.34161.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.76%
GREEN value IS 135 (53.12% from 255) = 23.60%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=37.76%
G=23.60%
B=38.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161352210.020.3900.13296.5155.8469.8
HexD887DD2270D1293846
Octal33020733524701545170106
Binary11011000100001111101110110100111011011001010011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D887DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D887DD; }

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

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

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

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

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

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

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

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