#D776BA

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

Shades of Orchid #D776BA

Tints of Orchid #D776BA

Color information

#D776BA (or 0xD776BA) is unknown color: approx Orchid. HEX triplet: D7, 76 and BA. RGB value is (215,118,186). Sum of RGB (Red+Green+Blue) = 215+118+186=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D776BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776BA is #288945. Grayscale: #9A9A9A. Windows color (decimal): -2656582 or 12220119. OLE color: 12220119.

HSL color Cylindrical-coordinate representation of color #D776BA: hue angle of 317.94º degrees, saturation: 0.55, 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 #D776BA is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215118186-
CMYK00.450.130.16
HSL317.94º54.8%65.29%-
HSV(B)317.94º45.12%84.31%-
XYZ43.3730.9550.14-
YUV154.76145.64170.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.43%
GREEN value IS 118 (46.48% from 255) = 22.74%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=41.43%
G=22.74%
B=35.84%

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
Decimal21511818600.450.130.16317.9454.865.29
HexD776BA02DD1013e3741
Octal327166272055152047667101
Binary1101011111101101011101001011011101100001001111101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D776BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D776BA; }

 p { color: rgb(215,118,186); }

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

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

 a { background-color: rgb(215,118,186); }

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

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

 span { border-color: rgb(215,118,186); }

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