#D876BB

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

Shades of Orchid #D876BB

Tints of Orchid #D876BB

Color information

#D876BB (or 0xD876BB) is unknown color: approx Orchid. HEX triplet: D8, 76 and BB. RGB value is (216,118,187). Sum of RGB (Red+Green+Blue) = 216+118+187=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D876BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D876BB is #278944. Grayscale: #9A9A9A. Windows color (decimal): -2591045 or 12285656. OLE color: 12285656.

HSL color Cylindrical-coordinate representation of color #D876BB: hue angle of 317.76º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D876BB is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB216118187-
CMYK00.450.130.15
HSL317.76º55.68%65.49%-
HSV(B)317.76º45.37%84.71%-
XYZ43.7731.1450.72-
YUV155.17145.97171.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.46%
GREEN value IS 118 (46.48% from 255) = 22.65%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=41.46%
G=22.65%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611818700.450.130.15317.7655.6865.49
HexD876BB02DDF13e3841
Octal330166273055151747670101
Binary110110001110110101110110101101110111111001111101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D876BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D876BB; }

 p { color: rgb(216,118,187); }

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

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

 a { background-color: rgb(216,118,187); }

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

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

 span { border-color: rgb(216,118,187); }

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