Html Css Color HEX #E26FDB Orchid

📋 copy color: '#E26FDB'

red 226 ◦ green 111 ◦ blue 219

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

Shades of Orchid #E26FDB

Tints of Orchid #E26FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.96%

 BLUE value IS 219 (85.94% from 255) = 39.39%

R = 40.65%
G = 19.96%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E26FDB (or 0xE26FDB) is known color: Orchid. HEX triplet: E2, 6F and DB. RGB value is (226,111,219). Sum of RGB (Red+Green+Blue) = 226+111+219=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FDB is #1D9024. Grayscale: #9D9D9D. Windows color (decimal): -1937445 or 14381026. OLE color: 14381026.

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

Color convert

RGB 226 111 219 -
CMYK 0 0.51 0.03 0.11
HSL 303.65º 0.66% 0.66% -
HSV(B) 303.65º 0.51% 0.89% -
XYZ 49.83 32.65 70.69 -
YUV 157.7 162.6 176.72 -
System Red Green Blue C M Y K H S L
Decimal 226 111 219 0 0.51 0.03 0.11 303.65 0.66 0.66
Hex E2 6F DB 0 33 3 B 130 42 42
Octal 342 157 333 0 63 3 13 460 102 102
Binary 11100010 1101111 11011011 0 110011 11 1011 100110000 1000010 1000010

Color Harmonies of #E26FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26FDB

Black with #E26FDB

Text Example


Text Example

White with #E26FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26FDB; }

 p { color: rgb(226,111,219); }

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

background-color css

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

 a { background-color: rgb(226,111,219); }

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

border-color css

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

 span { border-color: rgb(226,111,219); }

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