#D778D7

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

Shades of Orchid #D778D7

Tints of Orchid #D778D7

Color information

#D778D7 (or 0xD778D7) is unknown color: approx Orchid. HEX triplet: D7, 78 and D7. RGB value is (215,120,215). Sum of RGB (Red+Green+Blue) = 215+120+215=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D778D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778D7 is #288728. Grayscale: #9E9E9E. Windows color (decimal): -2656041 or 14121175. OLE color: 14121175.

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

Color convert

RGB215120215-
CMYK00.4400.16
HSL300º54.29%65.69%-
HSV(B)300º44.19%84.31%-
XYZ47.0132.7968.14-
YUV159.23159.47167.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 120 (47.27% from 255) = 21.82%
BLUE value IS 215 (84.38% from 255) = 39.09%
R=39.09%
G=21.82%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512021500.4400.1630054.2965.69
HexD778D702C01012c3642
Octal32717032705402045466102
Binary1101011111110001101011101011000100001001011001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D778D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D778D7; }

 p { color: rgb(215,120,215); }

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

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

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

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

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

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

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