#D776D0

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

Shades of Orchid #D776D0

Tints of Orchid #D776D0

Color information

#D776D0 (or 0xD776D0) is unknown color: approx Orchid. HEX triplet: D7, 76 and D0. RGB value is (215,118,208). Sum of RGB (Red+Green+Blue) = 215+118+208=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D776D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776D0 is #28892F. Grayscale: #9D9D9D. Windows color (decimal): -2656560 or 13661911. OLE color: 13661911.

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

Color convert

RGB215118208-
CMYK00.450.030.16
HSL304.33º54.8%65.29%-
HSV(B)304.33º45.12%84.31%-
XYZ45.8931.9663.42-
YUV157.26156.64169.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.74%
GREEN value IS 118 (46.48% from 255) = 21.81%
BLUE value IS 208 (81.64% from 255) = 38.45%
R=39.74%
G=21.81%
B=38.45%

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
Decimal21511820800.450.030.16304.3354.865.29
HexD776D002D3101303741
Octal32716632005532046067101
Binary11010111111011011010000010110111100001001100001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D776D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D776D0; }

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

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

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

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

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

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

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

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