Html Css Color HEX #E26BD3 Orchid

📋 copy color: '#E26BD3'

red 226 ◦ green 107 ◦ blue 211

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

Shades of Orchid #E26BD3

Tints of Orchid #E26BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 41.54%
G = 19.67%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E26BD3 (or 0xE26BD3) is known color: Orchid. HEX triplet: E2, 6B and D3. RGB value is (226,107,211). Sum of RGB (Red+Green+Blue) = 226+107+211=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E26BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26BD3 is #1D942C. Grayscale: #9A9A9A. Windows color (decimal): -1938477 or 13855714. OLE color: 13855714.

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

Color convert

RGB 226 107 211 -
CMYK 0 0.53 0.07 0.11
HSL 307.56º 0.67% 0.65% -
HSV(B) 307.56º 0.53% 0.89% -
XYZ 48.38 31.39 65.14 -
YUV 154.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 226 107 211 0 0.53 0.07 0.11 307.56 0.67 0.65
Hex E2 6B D3 0 35 7 B 134 43 41
Octal 342 153 323 0 65 7 13 464 103 101
Binary 11100010 1101011 11010011 0 110101 111 1011 100110100 1000011 1000001

Color Harmonies of #E26BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26BD3

Black with #E26BD3

Text Example


Text Example

White with #E26BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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