#DE77DC

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

Shades of Orchid #DE77DC

Tints of Orchid #DE77DC

Color information

#DE77DC (or 0xDE77DC) is unknown color: approx Orchid. HEX triplet: DE, 77 and DC. RGB value is (222,119,220). Sum of RGB (Red+Green+Blue) = 222+119+220=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77DC is #218823. Grayscale: #A1A1A1. Windows color (decimal): -2197540 or 14448606. OLE color: 14448606.

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

Color convert

RGB222119220-
CMYK00.460.010.13
HSL301.17º60.95%66.86%-
HSV(B)301.17º46.4%87.06%-
XYZ49.6433.8971.64-
YUV161.31161.12171.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.57%
GREEN value IS 119 (46.88% from 255) = 21.21%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=39.57%
G=21.21%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211922000.460.010.13301.1760.9566.86
HexDE77DC02E1D12d3d43
Octal33616733405611545575103
Binary110111101110111110111000101110111011001011011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE77DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE77DC; }

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

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

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

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

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

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

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

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