Html Css Color HEX #E26CDE Orchid

📋 copy color: '#E26CDE'

red 226 ◦ green 108 ◦ blue 222

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

Shades of Orchid #E26CDE

Tints of Orchid #E26CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.93%

R = 40.65%
G = 19.42%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E26CDE (or 0xE26CDE) is known color: Orchid. HEX triplet: E2, 6C and DE. RGB value is (226,108,222). Sum of RGB (Red+Green+Blue) = 226+108+222=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E26CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26CDE is #1D9321. Grayscale: #9B9B9B. Windows color (decimal): -1938210 or 14576866. OLE color: 14576866.

HSL color Cylindrical-coordinate representation of color #E26CDE: hue angle of 302.03º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26CDE is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 108 222 -
CMYK 0 0.52 0.02 0.11
HSL 302.03º 0.67% 0.65% -
HSV(B) 302.03º 0.52% 0.89% -
XYZ 49.91 32.17 72.69 -
YUV 156.28 165.09 177.73 -
System Red Green Blue C M Y K H S L
Decimal 226 108 222 0 0.52 0.02 0.11 302.03 0.67 0.65
Hex E2 6C DE 0 34 2 B 12E 43 41
Octal 342 154 336 0 64 2 13 456 103 101
Binary 11100010 1101100 11011110 0 110100 10 1011 100101110 1000011 1000001

Color Harmonies of #E26CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26CDE

Black with #E26CDE

Text Example


Text Example

White with #E26CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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