#E279DC

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

Shades of Orchid #E279DC

Tints of Orchid #E279DC

Color information

#E279DC (or 0xE279DC) is unknown color: approx Orchid. HEX triplet: E2, 79 and DC. RGB value is (226,121,220). Sum of RGB (Red+Green+Blue) = 226+121+220=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E279DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E279DC is #1D8623. Grayscale: #A3A3A3. Windows color (decimal): -1934884 or 14449122. OLE color: 14449122.

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

Color convert

RGB226121220-
CMYK00.460.030.11
HSL303.43º64.42%68.04%-
HSV(B)303.43º46.46%88.63%-
XYZ51.1235.0171.77-
YUV163.68159.79172.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.86%
GREEN value IS 121 (47.66% from 255) = 21.34%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=39.86%
G=21.34%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612122000.460.030.11303.4364.4268.04
HexE279DC02E3B12f4044
Octal342171334056313457100104
Binary11100010111100111011100010111011101110010111110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E279DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E279DC; }

 p { color: rgb(226,121,220); }

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

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

 a { background-color: rgb(226,121,220); }

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

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

 span { border-color: rgb(226,121,220); }

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