#DF76C4

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

Shades of Orchid #DF76C4

Tints of Orchid #DF76C4

Color information

#DF76C4 (or 0xDF76C4) is unknown color: approx Orchid. HEX triplet: DF, 76 and C4. RGB value is (223,118,196). Sum of RGB (Red+Green+Blue) = 223+118+196=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76C4 is #20893B. Grayscale: #9E9E9E. Windows color (decimal): -2132284 or 12875487. OLE color: 12875487.

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

Color convert

RGB223118196-
CMYK00.470.120.13
HSL315.43º62.13%66.86%-
HSV(B)315.43º47.09%87.45%-
XYZ46.8732.6356.05-
YUV158.29149.29174.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 118 (46.48% from 255) = 21.97%
BLUE value IS 196 (76.95% from 255) = 36.50%
R=41.53%
G=21.97%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311819600.470.120.13315.4362.1366.86
HexDF76C402FCD13b3e43
Octal337166304057141547376103
Binary110111111110110110001000101111110011011001110111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF76C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF76C4; }

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

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

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

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

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

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

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

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