Html Css Color HEX #E26BDC Orchid

📋 copy color: '#E26BDC'

red 226 ◦ green 107 ◦ blue 220

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

Shades of Orchid #E26BDC

Tints of Orchid #E26BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.35%

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

R = 40.87%
G = 19.35%
B = 39.78%

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

#E26BDC (or 0xE26BDC) is known color: Orchid. HEX triplet: E2, 6B and DC. RGB value is (226,107,220). Sum of RGB (Red+Green+Blue) = 226+107+220=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 107 (42.19% from 255 or 19.35% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E26BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26BDC is #1D9423. Grayscale: #9B9B9B. Windows color (decimal): -1938468 or 14445538. OLE color: 14445538.

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

Color convert

RGB 226 107 220 -
CMYK 0 0.53 0.03 0.11
HSL 303.03º 0.67% 0.65% -
HSV(B) 303.03º 0.53% 0.89% -
XYZ 49.54 31.85 71.25 -
YUV 155.46 164.42 178.31 -
System Red Green Blue C M Y K H S L
Decimal 226 107 220 0 0.53 0.03 0.11 303.03 0.67 0.65
Hex E2 6B DC 0 35 3 B 12F 43 41
Octal 342 153 334 0 65 3 13 457 103 101
Binary 11100010 1101011 11011100 0 110101 11 1011 100101111 1000011 1000001

Color Harmonies of #E26BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26BDC

Black with #E26BDC

Text Example


Text Example

White with #E26BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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