#D871BB

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

Shades of Orchid #D871BB

Tints of Orchid #D871BB

Color information

#D871BB (or 0xD871BB) is unknown color: approx Orchid. HEX triplet: D8, 71 and BB. RGB value is (216,113,187). Sum of RGB (Red+Green+Blue) = 216+113+187=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D871BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871BB is #278E44. Grayscale: #989898. Windows color (decimal): -2592325 or 12284376. OLE color: 12284376.

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

Color convert

RGB216113187-
CMYK00.480.130.15
HSL316.89º56.91%64.51%-
HSV(B)316.89º47.69%84.71%-
XYZ43.193050.53-
YUV152.23147.62173.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.86%
GREEN value IS 113 (44.53% from 255) = 21.90%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=41.86%
G=21.90%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611318700.480.130.15316.8956.9164.51
HexD871BB030DF13d3941
Octal330161273060151747571101
Binary110110001110001101110110110000110111111001111011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D871BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D871BB; }

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

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

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

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

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

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

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

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