#D776D1

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

Shades of Orchid #D776D1

Tints of Orchid #D776D1

Color information

#D776D1 (or 0xD776D1) is unknown color: approx Orchid. HEX triplet: D7, 76 and D1. RGB value is (215,118,209). Sum of RGB (Red+Green+Blue) = 215+118+209=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D776D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776D1 is #28892E. Grayscale: #9D9D9D. Windows color (decimal): -2656559 or 13727447. OLE color: 13727447.

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

Color convert

RGB215118209-
CMYK00.450.030.16
HSL303.71º54.8%65.29%-
HSV(B)303.71º45.12%84.31%-
XYZ46.0132.0164.07-
YUV157.38157.14169.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.67%
GREEN value IS 118 (46.48% from 255) = 21.77%
BLUE value IS 209 (82.03% from 255) = 38.56%
R=39.67%
G=21.77%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511820900.450.030.16303.7154.865.29
HexD776D102D3101303741
Octal32716632105532046067101
Binary11010111111011011010001010110111100001001100001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D776D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D776D1; }

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

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

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

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

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

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

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

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