Html Css Color HEX #E26FD2 Orchid

📋 copy color: '#E26FD2'

red 226 ◦ green 111 ◦ blue 210

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

Shades of Orchid #E26FD2

Tints of Orchid #E26FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.39%

R = 41.32%
G = 20.29%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E26FD2 (or 0xE26FD2) is known color: Orchid. HEX triplet: E2, 6F and D2. RGB value is (226,111,210). Sum of RGB (Red+Green+Blue) = 226+111+210=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FD2 is #1D902D. Grayscale: #9C9C9C. Windows color (decimal): -1937454 or 13791202. OLE color: 13791202.

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

Color convert

RGB 226 111 210 -
CMYK 0 0.51 0.07 0.11
HSL 308.35º 0.66% 0.66% -
HSV(B) 308.35º 0.51% 0.89% -
XYZ 48.68 32.19 64.62 -
YUV 156.67 158.1 177.45 -
System Red Green Blue C M Y K H S L
Decimal 226 111 210 0 0.51 0.07 0.11 308.35 0.66 0.66
Hex E2 6F D2 0 33 7 B 134 42 42
Octal 342 157 322 0 63 7 13 464 102 102
Binary 11100010 1101111 11010010 0 110011 111 1011 100110100 1000010 1000010

Color Harmonies of #E26FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26FD2

Black with #E26FD2

Text Example


Text Example

White with #E26FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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