#D887DB

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

Shades of Orchid #D887DB

Tints of Orchid #D887DB

Color information

#D887DB (or 0xD887DB) is unknown color: approx Orchid. HEX triplet: D8, 87 and DB. RGB value is (216,135,219). Sum of RGB (Red+Green+Blue) = 216+135+219=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #D887DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887DB is #277824. Grayscale: #A8A8A8. Windows color (decimal): -2586661 or 14387160. OLE color: 14387160.

HSL color Cylindrical-coordinate representation of color #D887DB: hue angle of 297.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D887DB is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216135219-
CMYK0.010.3800.14
HSL297.86º53.85%69.41%-
HSV(B)297.86º38.36%85.88%-
XYZ49.7737.0471.54-
YUV168.8156.34161.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.89%
GREEN value IS 135 (53.12% from 255) = 23.68%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=37.89%
G=23.68%
B=38.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161352190.010.3800.14297.8653.8569.41
HexD887DB1260E12a3645
Octal33020733314601645266105
Binary1101100010000111110110111100110011101001010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D887DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D887DB; }

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

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

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

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

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

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

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

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