#DE76C6

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

Shades of Orchid #DE76C6

Tints of Orchid #DE76C6

Color information

#DE76C6 (or 0xDE76C6) is unknown color: approx Orchid. HEX triplet: DE, 76 and C6. RGB value is (222,118,198). Sum of RGB (Red+Green+Blue) = 222+118+198=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76C6 is #218939. Grayscale: #9D9D9D. Windows color (decimal): -2197818 or 13006558. OLE color: 13006558.

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

Color convert

RGB222118198-
CMYK00.470.110.13
HSL313.85º61.18%66.67%-
HSV(B)313.85º46.85%87.06%-
XYZ46.832.5657.25-
YUV158.22150.46173.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.26%
GREEN value IS 118 (46.48% from 255) = 21.93%
BLUE value IS 198 (77.73% from 255) = 36.80%
R=41.26%
G=21.93%
B=36.80%

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
Decimal22211819800.470.110.13313.8561.1866.67
HexDE76C602FBD13a3d43
Octal336166306057131547275103
Binary110111101110110110001100101111101111011001110101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE76C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE76C6; }

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

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

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

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

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

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

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

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