#DF76D4

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

Shades of Orchid #DF76D4

Tints of Orchid #DF76D4

Color information

#DF76D4 (or 0xDF76D4) is unknown color: approx Orchid. HEX triplet: DF, 76 and D4. RGB value is (223,118,212). Sum of RGB (Red+Green+Blue) = 223+118+212=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76D4 is #20892B. Grayscale: #9F9F9F. Windows color (decimal): -2132268 or 13924063. OLE color: 13924063.

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

Color convert

RGB223118212-
CMYK00.470.050.13
HSL306.29º62.13%66.86%-
HSV(B)306.29º47.09%87.45%-
XYZ48.7933.466.16-
YUV160.11157.29172.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 118 (46.48% from 255) = 21.34%
BLUE value IS 212 (83.20% from 255) = 38.34%
R=40.33%
G=21.34%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311821200.470.050.13306.2962.1366.86
HexDF76D402F5D1323e43
Octal33716632405751546276103
Binary11011111111011011010100010111110111011001100101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF76D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF76D4; }

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

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

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

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

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

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

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

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