#D676BB

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

Shades of Orchid #D676BB

Tints of Orchid #D676BB

Color information

#D676BB (or 0xD676BB) is unknown color: approx Orchid. HEX triplet: D6, 76 and BB. RGB value is (214,118,187). Sum of RGB (Red+Green+Blue) = 214+118+187=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D676BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676BB is #298944. Grayscale: #9A9A9A. Windows color (decimal): -2722117 or 12285654. OLE color: 12285654.

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

Color convert

RGB214118187-
CMYK00.450.130.16
HSL316.88º53.93%65.1%-
HSV(B)316.88º44.86%83.92%-
XYZ43.1830.8450.69-
YUV154.57146.3170.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.23%
GREEN value IS 118 (46.48% from 255) = 22.74%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=41.23%
G=22.74%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411818700.450.130.16316.8853.9365.1
HexD676BB02DD1013d3641
Octal326166273055152047566101
Binary1101011011101101011101101011011101100001001111011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D676BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D676BB; }

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

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

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

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

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

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

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

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