#D875BB

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

Shades of Orchid #D875BB

Tints of Orchid #D875BB

Color information

#D875BB (or 0xD875BB) is unknown color: approx Orchid. HEX triplet: D8, 75 and BB. RGB value is (216,117,187). Sum of RGB (Red+Green+Blue) = 216+117+187=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D875BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875BB is #278A44. Grayscale: #9A9A9A. Windows color (decimal): -2591301 or 12285400. OLE color: 12285400.

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

Color convert

RGB216117187-
CMYK00.460.130.15
HSL317.58º55.93%65.29%-
HSV(B)317.58º45.83%84.71%-
XYZ43.6530.9150.68-
YUV154.58146.3171.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.54%
GREEN value IS 117 (46.09% from 255) = 22.5%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=41.54%
G=22.5%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611718700.460.130.15317.5855.9365.29
HexD875BB02EDF13e3841
Octal330165273056151747670101
Binary110110001110101101110110101110110111111001111101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D875BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D875BB; }

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

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

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

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

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

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

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

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