Html Css Color HEX #E26FD7 Orchid

📋 copy color: '#E26FD7'

red 226 ◦ green 111 ◦ blue 215

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

Shades of Orchid #E26FD7

Tints of Orchid #E26FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.95%

R = 40.94%
G = 20.11%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E26FD7 (or 0xE26FD7) is known color: Orchid. HEX triplet: E2, 6F and D7. RGB value is (226,111,215). Sum of RGB (Red+Green+Blue) = 226+111+215=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FD7 is #1D9028. Grayscale: #9C9C9C. Windows color (decimal): -1937449 or 14118882. OLE color: 14118882.

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

Color convert

RGB 226 111 215 -
CMYK 0 0.51 0.05 0.11
HSL 305.74º 0.66% 0.66% -
HSV(B) 305.74º 0.51% 0.89% -
XYZ 49.31 32.44 67.95 -
YUV 157.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 226 111 215 0 0.51 0.05 0.11 305.74 0.66 0.66
Hex E2 6F D7 0 33 5 B 132 42 42
Octal 342 157 327 0 63 5 13 462 102 102
Binary 11100010 1101111 11010111 0 110011 101 1011 100110010 1000010 1000010

Color Harmonies of #E26FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26FD7

Black with #E26FD7

Text Example


Text Example

White with #E26FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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