#e279d4

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

Shades of Orchid #E279D4

Tints of Orchid #E279D4

Color information

#E279D4 (or 0xE279D4) is unknown color: approx Orchid. HEX triplet: E2, 79 and D4. RGB value is (226,121,212). Sum of RGB (Red+Green+Blue) = 226+121+212=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E279D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E279D4 is #1D862B. Grayscale: #A2A2A2. Windows color (decimal): -1934892 or 13924834. OLE color: 13924834.

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

Color convert

RGB226121212-
CMYK00.460.060.11
HSL308º64.42%68.04%-
HSV(B)308º46.46%88.63%-
XYZ50.0934.666.33-
YUV162.77155.79173.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.43%
GREEN value IS 121 (47.66% from 255) = 21.65%
BLUE value IS 212 (83.20% from 255) = 37.92%
R=40.43%
G=21.65%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612121200.460.060.1130864.4268.04
HexE279D402E6B1344044
Octal342171324056613464100104
Binary111000101111001110101000101110110101110011010010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e279d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e279d4; }

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

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

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

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

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

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

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

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