#e279dd

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

Shades of Orchid #E279DD

Tints of Orchid #E279DD

Color information

#E279DD (or 0xE279DD) is unknown color: approx Orchid. HEX triplet: E2, 79 and DD. RGB value is (226,121,221). Sum of RGB (Red+Green+Blue) = 226+121+221=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E279DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E279DD is #1D8622. Grayscale: #A3A3A3. Windows color (decimal): -1934883 or 14514658. OLE color: 14514658.

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

Color convert

RGB226121221-
CMYK00.460.020.11
HSL302.86º64.42%68.04%-
HSV(B)302.86º46.46%88.63%-
XYZ51.2535.0672.47-
YUV163.8160.29172.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.79%
GREEN value IS 121 (47.66% from 255) = 21.30%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=39.79%
G=21.30%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612122100.460.020.11302.8664.4268.04
HexE279DD02E2B12f4044
Octal342171335056213457100104
Binary11100010111100111011101010111010101110010111110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e279dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e279dd; }

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

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

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

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

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

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

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

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