#DE76D5

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

Shades of Orchid #DE76D5

Tints of Orchid #DE76D5

Color information

#DE76D5 (or 0xDE76D5) is unknown color: approx Orchid. HEX triplet: DE, 76 and D5. RGB value is (222,118,213). Sum of RGB (Red+Green+Blue) = 222+118+213=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76D5 is #21892A. Grayscale: #9F9F9F. Windows color (decimal): -2197803 or 13989598. OLE color: 13989598.

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

Color convert

RGB222118213-
CMYK00.470.040.13
HSL305.19º61.18%66.67%-
HSV(B)305.19º46.85%87.06%-
XYZ48.6133.2966.81-
YUV159.93157.96172.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 118 (46.48% from 255) = 21.34%
BLUE value IS 213 (83.59% from 255) = 38.52%
R=40.14%
G=21.34%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211821300.470.040.13305.1961.1866.67
HexDE76D502F4D1313d43
Octal33616632505741546175103
Binary11011110111011011010101010111110011011001100011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE76D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE76D5; }

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

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

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

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

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

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

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

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