#DE77DA

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

Shades of Orchid #DE77DA

Tints of Orchid #DE77DA

Color information

#DE77DA (or 0xDE77DA) is unknown color: approx Orchid. HEX triplet: DE, 77 and DA. RGB value is (222,119,218). Sum of RGB (Red+Green+Blue) = 222+119+218=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77DA is #218825. Grayscale: #A0A0A0. Windows color (decimal): -2197542 or 14317534. OLE color: 14317534.

HSL color Cylindrical-coordinate representation of color #DE77DA: hue angle of 302.33º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE77DA is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222119218-
CMYK00.460.020.13
HSL302.33º60.95%66.86%-
HSV(B)302.33º46.4%87.06%-
XYZ49.3833.7970.25-
YUV161.08160.12171.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.71%
GREEN value IS 119 (46.88% from 255) = 21.29%
BLUE value IS 218 (85.55% from 255) = 39.00%
R=39.71%
G=21.29%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211921800.460.020.13302.3360.9566.86
HexDE77DA02E2D12e3d43
Octal33616733205621545675103
Binary1101111011101111101101001011101011011001011101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE77DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE77DA; }

 p { color: rgb(222,119,218); }

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

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

 a { background-color: rgb(222,119,218); }

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

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

 span { border-color: rgb(222,119,218); }

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