#DE76C3

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

Shades of Orchid #DE76C3

Tints of Orchid #DE76C3

Color information

#DE76C3 (or 0xDE76C3) is unknown color: approx Orchid. HEX triplet: DE, 76 and C3. RGB value is (222,118,195). Sum of RGB (Red+Green+Blue) = 222+118+195=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76C3 is #21893C. Grayscale: #9D9D9D. Windows color (decimal): -2197821 or 12809950. OLE color: 12809950.

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

Color convert

RGB222118195-
CMYK00.470.120.13
HSL315.58º61.18%66.67%-
HSV(B)315.58º46.85%87.06%-
XYZ46.4532.4355.44-
YUV157.87148.96173.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 118 (46.48% from 255) = 22.06%
BLUE value IS 195 (76.56% from 255) = 36.45%
R=41.50%
G=22.06%
B=36.45%

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
Decimal22211819500.470.120.13315.5861.1866.67
HexDE76C302FCD13c3d43
Octal336166303057141547475103
Binary110111101110110110000110101111110011011001111001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE76C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE76C3; }

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

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

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

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

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

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

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

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