#D778D9

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

Shades of Orchid #D778D9

Tints of Orchid #D778D9

Color information

#D778D9 (or 0xD778D9) is unknown color: approx Orchid. HEX triplet: D7, 78 and D9. RGB value is (215,120,217). Sum of RGB (Red+Green+Blue) = 215+120+217=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 217 - color contains mainly: blue. Hex color #D778D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778D9 is #288726. Grayscale: #9F9F9F. Windows color (decimal): -2656039 or 14252247. OLE color: 14252247.

HSL color Cylindrical-coordinate representation of color #D778D9: hue angle of 298.76º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D778D9 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215120217-
CMYK0.010.4500.15
HSL298.76º56.07%66.08%-
HSV(B)298.76º44.7%85.1%-
XYZ47.2732.8969.5-
YUV159.46160.47167.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 120 (47.27% from 255) = 21.74%
BLUE value IS 217 (85.16% from 255) = 39.31%
R=38.95%
G=21.74%
B=39.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151202170.010.4500.15298.7656.0766.08
HexD778D912D0F12b3842
Octal32717033115501745370102
Binary110101111111000110110011101101011111001010111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D778D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D778D9; }

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

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

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

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

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

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

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

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