Html Css Color HEX #E26ADC Orchid

📋 copy color: '#E26ADC'

red 226 ◦ green 106 ◦ blue 220

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

Shades of Orchid #E26ADC

Tints of Orchid #E26ADC

RGB

 RED value IS 226 (88.67% from 255) = 40.94%

 GREEN value IS 106 (41.8% from 255) = 19.2%

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 40.94%
G = 19.2%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E26ADC (or 0xE26ADC) is known color: Orchid. HEX triplet: E2, 6A and DC. RGB value is (226,106,220). Sum of RGB (Red+Green+Blue) = 226+106+220=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E26ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26ADC is #1D9523. Grayscale: #9A9A9A. Windows color (decimal): -1938724 or 14445282. OLE color: 14445282.

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

Color convert

RGB 226 106 220 -
CMYK 0 0.53 0.03 0.11
HSL 303º 0.67% 0.65% -
HSV(B) 303º 0.53% 0.89% -
XYZ 49.44 31.64 71.21 -
YUV 154.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 226 106 220 0 0.53 0.03 0.11 303 0.67 0.65
Hex E2 6A DC 0 35 3 B 12F 43 41
Octal 342 152 334 0 65 3 13 457 103 101
Binary 11100010 1101010 11011100 0 110101 11 1011 100101111 1000011 1000001

Color Harmonies of #E26ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26ADC

Black with #E26ADC

Text Example


Text Example

White with #E26ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26ADC; }

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

 H1.HeaderClassName
 {
   color: #E26ADC;
 }
 .AnyTagClassName
 {
   color: #E26ADC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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