#df76c6

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

Shades of Orchid #DF76C6

Tints of Orchid #DF76C6

Color information

#DF76C6 (or 0xDF76C6) is unknown color: approx Orchid. HEX triplet: DF, 76 and C6. RGB value is (223,118,198). Sum of RGB (Red+Green+Blue) = 223+118+198=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76C6 is #208939. Grayscale: #9E9E9E. Windows color (decimal): -2132282 or 13006559. OLE color: 13006559.

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

Color convert

RGB223118198-
CMYK00.470.110.13
HSL314.29º62.13%66.86%-
HSV(B)314.29º47.09%87.45%-
XYZ47.132.7257.26-
YUV158.51150.29174-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 118 (46.48% from 255) = 21.89%
BLUE value IS 198 (77.73% from 255) = 36.73%
R=41.37%
G=21.89%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311819800.470.110.13314.2962.1366.86
HexDF76C602FBD13a3e43
Octal337166306057131547276103
Binary110111111110110110001100101111101111011001110101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df76c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df76c6; }

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

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

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

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

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

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

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

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