Html Css Color HEX #E26FCE Orchid

📋 copy color: '#E26FCE'

red 226 ◦ green 111 ◦ blue 206

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

Shades of Orchid #E26FCE

Tints of Orchid #E26FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.94%

R = 41.62%
G = 20.44%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E26FCE (or 0xE26FCE) is known color: Orchid. HEX triplet: E2, 6F and CE. RGB value is (226,111,206). Sum of RGB (Red+Green+Blue) = 226+111+206=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FCE is #1D9031. Grayscale: #9B9B9B. Windows color (decimal): -1937458 or 13529058. OLE color: 13529058.

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

Color convert

RGB 226 111 206 -
CMYK 0 0.51 0.09 0.11
HSL 310.43º 0.66% 0.66% -
HSV(B) 310.43º 0.51% 0.89% -
XYZ 48.19 31.99 62.03 -
YUV 156.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 226 111 206 0 0.51 0.09 0.11 310.43 0.66 0.66
Hex E2 6F CE 0 33 9 B 136 42 42
Octal 342 157 316 0 63 11 13 466 102 102
Binary 11100010 1101111 11001110 0 110011 1001 1011 100110110 1000010 1000010

Color Harmonies of #E26FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26FCE

Black with #E26FCE

Text Example


Text Example

White with #E26FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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