Html Css Color HEX #E279DC Orchid

📋 copy color: '#E279DC'

red 226 ◦ green 121 ◦ blue 220

#E279DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #E279DC

Tints of Orchid #E279DC

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.8%

R = 39.86%
G = 21.34%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E279DC (or 0xE279DC) is known color: 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

RGB 226 121 220 -
CMYK 0 0.46 0.03 0.11
HSL 303.43º 0.64% 0.68% -
HSV(B) 303.43º 0.46% 0.89% -
XYZ 51.12 35.01 71.77 -
YUV 163.68 159.79 172.45 -
System Red Green Blue C M Y K H S L
Decimal 226 121 220 0 0.46 0.03 0.11 303.43 0.64 0.68
Hex E2 79 DC 0 2E 3 B 12F 40 44
Octal 342 171 334 0 56 3 13 457 100 104
Binary 11100010 1111001 11011100 0 101110 11 1011 100101111 1000000 1000100

Color Harmonies of #E279DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E279DC

Black with #E279DC

Text Example


Text Example

White with #E279DC

Text Example


Text Example

HTML Codes & Css Web 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>