#D877BC

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

Shades of Orchid #D877BC

Tints of Orchid #D877BC

Color information

#D877BC (or 0xD877BC) is unknown color: approx Orchid. HEX triplet: D8, 77 and BC. RGB value is (216,119,188). Sum of RGB (Red+Green+Blue) = 216+119+188=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D877BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877BC is #278843. Grayscale: #9B9B9B. Windows color (decimal): -2590788 or 12351448. OLE color: 12351448.

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

Color convert

RGB216119188-
CMYK00.450.130.15
HSL317.32º55.43%65.69%-
HSV(B)317.32º44.91%84.71%-
XYZ43.9931.4251.32-
YUV155.87146.14170.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.30%
GREEN value IS 119 (46.88% from 255) = 22.75%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=41.30%
G=22.75%
B=35.95%

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
Decimal21611918800.450.130.15317.3255.4365.69
HexD877BC02DDF13d3742
Octal330167274055151747567102
Binary110110001110111101111000101101110111111001111011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D877BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D877BC; }

 p { color: rgb(216,119,188); }

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

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

 a { background-color: rgb(216,119,188); }

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

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

 span { border-color: rgb(216,119,188); }

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