#D776DE

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

Shades of Orchid #D776DE

Tints of Orchid #D776DE

Color information

#D776DE (or 0xD776DE) is unknown color: approx Orchid. HEX triplet: D7, 76 and DE. RGB value is (215,118,222). Sum of RGB (Red+Green+Blue) = 215+118+222=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #D776DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776DE is #288921. Grayscale: #9E9E9E. Windows color (decimal): -2656546 or 14579415. OLE color: 14579415.

HSL color Cylindrical-coordinate representation of color #D776DE: hue angle of 295.96º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D776DE is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215118222-
CMYK0.030.4700.13
HSL295.96º61.18%66.67%-
HSV(B)295.96º46.85%87.06%-
XYZ47.6932.6872.9-
YUV158.86163.64168.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 118 (46.48% from 255) = 21.26%
BLUE value IS 222 (87.11% from 255) = 40%
R=38.74%
G=21.26%
B=40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151182220.030.4700.13295.9661.1866.67
HexD776DE32F0D1283d43
Octal32716633635701545075103
Binary1101011111101101101111011101111011011001010001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D776DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D776DE; }

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

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

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

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

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

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

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

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