#D779BC

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

Shades of Orchid #D779BC

Tints of Orchid #D779BC

Color information

#D779BC (or 0xD779BC) is unknown color: approx Orchid. HEX triplet: D7, 79 and BC. RGB value is (215,121,188). Sum of RGB (Red+Green+Blue) = 215+121+188=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D779BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779BC is #288643. Grayscale: #9C9C9C. Windows color (decimal): -2655812 or 12351959. OLE color: 12351959.

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

Color convert

RGB215121188-
CMYK00.440.130.16
HSL317.23º54.02%65.88%-
HSV(B)317.23º43.72%84.31%-
XYZ43.9431.7551.39-
YUV156.74145.64169.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.03%
GREEN value IS 121 (47.66% from 255) = 23.09%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=41.03%
G=23.09%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512118800.440.130.16317.2354.0265.88
HexD779BC02CD1013d3642
Octal327171274054152047566102
Binary1101011111110011011110001011001101100001001111011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D779BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D779BC; }

 p { color: rgb(215,121,188); }

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

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

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

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

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

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

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