#de77e4

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

Shades of Orchid #DE77E4

Tints of Orchid #DE77E4

Color information

#DE77E4 (or 0xDE77E4) is unknown color: approx Orchid. HEX triplet: DE, 77 and E4. RGB value is (222,119,228). Sum of RGB (Red+Green+Blue) = 222+119+228=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE77E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77E4 is #21881B. Grayscale: #A1A1A1. Windows color (decimal): -2197532 or 14972894. OLE color: 14972894.

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

Color convert

RGB222119228-
CMYK0.030.4800.11
HSL296.7º66.87%68.04%-
HSV(B)296.7º47.81%89.41%-
XYZ50.7234.3277.35-
YUV162.22165.12170.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 119 (46.88% from 255) = 20.91%
BLUE value IS 228 (89.45% from 255) = 40.07%
R=39.02%
G=20.91%
B=40.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221192280.030.4800.11296.766.8768.04
HexDE77E43300B1294344
Octal336167344360013451103104
Binary11011110111011111100100111100000101110010100110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de77e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de77e4; }

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

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

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

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

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

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

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

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