#DE79E4

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

Shades of Orchid #DE79E4

Tints of Orchid #DE79E4

Color information

#DE79E4 (or 0xDE79E4) is unknown color: approx Orchid. HEX triplet: DE, 79 and E4. RGB value is (222,121,228). Sum of RGB (Red+Green+Blue) = 222+121+228=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 121 (47.66% from 255 or 21.19% from 571); Blue value is 228 (89.45% from 255 or 39.93% from 571); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE79E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79E4 is #21861B. Grayscale: #A3A3A3. Windows color (decimal): -2197020 or 14973406. OLE color: 14973406.

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

Color convert

RGB222121228-
CMYK0.030.4700.11
HSL296.64º66.46%68.43%-
HSV(B)296.64º46.93%89.41%-
XYZ50.9734.8177.43-
YUV163.4164.46169.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 121 (47.66% from 255) = 21.19%
BLUE value IS 228 (89.45% from 255) = 39.93%
R=38.88%
G=21.19%
B=39.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221212280.030.4700.11296.6466.4668.43
HexDE79E432F0B1294244
Octal336171344357013451102104
Binary11011110111100111100100111011110101110010100110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE79E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE79E4; }

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

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

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

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

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

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

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

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