#DE76C7

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

Shades of Orchid #DE76C7

Tints of Orchid #DE76C7

Color information

#DE76C7 (or 0xDE76C7) is unknown color: approx Orchid. HEX triplet: DE, 76 and C7. RGB value is (222,118,199). Sum of RGB (Red+Green+Blue) = 222+118+199=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76C7 is #218938. Grayscale: #9E9E9E. Windows color (decimal): -2197817 or 13072094. OLE color: 13072094.

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

Color convert

RGB222118199-
CMYK00.470.100.13
HSL313.27º61.18%66.67%-
HSV(B)313.27º46.85%87.06%-
XYZ46.9132.6157.85-
YUV158.33150.96173.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 118 (46.48% from 255) = 21.89%
BLUE value IS 199 (78.12% from 255) = 36.92%
R=41.19%
G=21.89%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211819900.470.100.13313.2761.1866.67
HexDE76C702FAD1393d43
Octal336166307057121547175103
Binary110111101110110110001110101111101011011001110011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE76C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE76C7; }

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

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

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

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

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

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

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

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