Html Css Color HEX #E26CEB Orchid

📋 copy color: '#E26CEB'

red 226 ◦ green 108 ◦ blue 235

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

Shades of Orchid #E26CEB

Tints of Orchid #E26CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.98%

 BLUE value IS 235 (92.19% from 255) = 41.3%

R = 39.72%
G = 18.98%
B = 41.3%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E26CEB (or 0xE26CEB) is known color: Orchid. HEX triplet: E2, 6C and EB. RGB value is (226,108,235). Sum of RGB (Red+Green+Blue) = 226+108+235=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 108 (42.58% from 255 or 18.98% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #E26CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26CEB is #1D9314. Grayscale: #9D9D9D. Windows color (decimal): -1938197 or 15428834. OLE color: 15428834.

HSL color Cylindrical-coordinate representation of color #E26CEB: hue angle of 295.75º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E26CEB is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 108 235 -
CMYK 0.04 0.54 0 0.08
HSL 295.75º 0.76% 0.67% -
HSV(B) 295.75º 0.54% 0.92% -
XYZ 51.72 32.89 82.22 -
YUV 157.76 171.59 176.67 -
System Red Green Blue C M Y K H S L
Decimal 226 108 235 0.04 0.54 0 0.08 295.75 0.76 0.67
Hex E2 6C EB 4 36 0 8 128 4C 43
Octal 342 154 353 4 66 0 10 450 114 103
Binary 11100010 1101100 11101011 100 110110 0 1000 100101000 1001100 1000011

Color Harmonies of #E26CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26CEB

Black with #E26CEB

Text Example


Text Example

White with #E26CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26CEB; }

 p { color: rgb(226,108,235); }

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

background-color css

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

 a { background-color: rgb(226,108,235); }

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

border-color css

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

 span { border-color: rgb(226,108,235); }

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