#DE76E5

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

Shades of Orchid #DE76E5

Tints of Orchid #DE76E5

Color information

#DE76E5 (or 0xDE76E5) is unknown color: approx Orchid. HEX triplet: DE, 76 and E5. RGB value is (222,118,229). Sum of RGB (Red+Green+Blue) = 222+118+229=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE76E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76E5 is #21891A. Grayscale: #A1A1A1. Windows color (decimal): -2197787 or 15038174. OLE color: 15038174.

HSL color Cylindrical-coordinate representation of color #DE76E5: hue angle of 296.22º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE76E5 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222118229-
CMYK0.030.4800.10
HSL296.22º68.1%68.04%-
HSV(B)296.22º48.47%89.8%-
XYZ50.7534.1478.04-
YUV161.75165.96170.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 118 (46.48% from 255) = 20.74%
BLUE value IS 229 (89.84% from 255) = 40.25%
R=39.02%
G=20.74%
B=40.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2221182290.030.4800.10296.2268.168.04
HexDE76E53300A1284444
Octal336166345360012450104104
Binary11011110111011011100101111100000101010010100010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE76E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE76E5; }

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

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

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

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

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

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

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

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