#DE76C5

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

Shades of Orchid #DE76C5

Tints of Orchid #DE76C5

Color information

#DE76C5 (or 0xDE76C5) is unknown color: approx Orchid. HEX triplet: DE, 76 and C5. RGB value is (222,118,197). Sum of RGB (Red+Green+Blue) = 222+118+197=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76C5 is #21893A. Grayscale: #9D9D9D. Windows color (decimal): -2197819 or 12941022. OLE color: 12941022.

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

Color convert

RGB222118197-
CMYK00.470.110.13
HSL314.42º61.18%66.67%-
HSV(B)314.42º46.85%87.06%-
XYZ46.6832.5256.64-
YUV158.1149.96173.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 118 (46.48% from 255) = 21.97%
BLUE value IS 197 (77.34% from 255) = 36.69%
R=41.34%
G=21.97%
B=36.69%

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
Decimal22211819700.470.110.13314.4261.1866.67
HexDE76C502FBD13a3d43
Octal336166305057131547275103
Binary110111101110110110001010101111101111011001110101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE76C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE76C5; }

 p { color: rgb(222,118,197); }

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

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

 a { background-color: rgb(222,118,197); }

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

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

 span { border-color: rgb(222,118,197); }

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