Html Css Color HEX #E26DDC Orchid

📋 copy color: '#E26DDC'

red 226 ◦ green 109 ◦ blue 220

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

Shades of Orchid #E26DDC

Tints of Orchid #E26DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.64%

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

R = 40.72%
G = 19.64%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E26DDC (or 0xE26DDC) is known color: Orchid. HEX triplet: E2, 6D and DC. RGB value is (226,109,220). Sum of RGB (Red+Green+Blue) = 226+109+220=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DDC is #1D9223. Grayscale: #9C9C9C. Windows color (decimal): -1937956 or 14446050. OLE color: 14446050.

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

Color convert

RGB 226 109 220 -
CMYK 0 0.52 0.03 0.11
HSL 303.08º 0.67% 0.66% -
HSV(B) 303.08º 0.52% 0.89% -
XYZ 49.75 32.27 71.32 -
YUV 156.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 226 109 220 0 0.52 0.03 0.11 303.08 0.67 0.66
Hex E2 6D DC 0 34 3 B 12F 43 42
Octal 342 155 334 0 64 3 13 457 103 102
Binary 11100010 1101101 11011100 0 110100 11 1011 100101111 1000011 1000010

Color Harmonies of #E26DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26DDC

Black with #E26DDC

Text Example


Text Example

White with #E26DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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