#D776DF

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

Shades of Orchid #D776DF

Tints of Orchid #D776DF

Color information

#D776DF (or 0xD776DF) is unknown color: approx Orchid. HEX triplet: D7, 76 and DF. RGB value is (215,118,223). Sum of RGB (Red+Green+Blue) = 215+118+223=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #D776DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776DF is #288920. Grayscale: #9E9E9E. Windows color (decimal): -2656545 or 14644951. OLE color: 14644951.

HSL color Cylindrical-coordinate representation of color #D776DF: hue angle of 295.43º degrees, saturation: 0.62, 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 #D776DF is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215118223-
CMYK0.040.4700.13
HSL295.43º62.13%66.86%-
HSV(B)295.43º47.09%87.45%-
XYZ47.8232.7373.61-
YUV158.97164.14167.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.67%
GREEN value IS 118 (46.48% from 255) = 21.22%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=38.67%
G=21.22%
B=40.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151182230.040.4700.13295.4362.1366.86
HexD776DF42F0D1273e43
Octal32716633745701544776103
Binary11010111111011011011111100101111011011001001111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D776DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D776DF; }

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

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

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

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

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

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

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

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