Html Css Color HEX #E26DCE Orchid

📋 copy color: '#E26DCE'

red 226 ◦ green 109 ◦ blue 206

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

Shades of Orchid #E26DCE

Tints of Orchid #E26DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.15%

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

R = 41.77%
G = 20.15%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E26DCE (or 0xE26DCE) is known color: Orchid. HEX triplet: E2, 6D and CE. RGB value is (226,109,206). Sum of RGB (Red+Green+Blue) = 226+109+206=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DCE is #1D9231. Grayscale: #9A9A9A. Windows color (decimal): -1937970 or 13528546. OLE color: 13528546.

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

Color convert

RGB 226 109 206 -
CMYK 0 0.52 0.09 0.11
HSL 310.26º 0.67% 0.66% -
HSV(B) 310.26º 0.52% 0.89% -
XYZ 47.97 31.56 61.96 -
YUV 155.04 156.76 178.61 -
System Red Green Blue C M Y K H S L
Decimal 226 109 206 0 0.52 0.09 0.11 310.26 0.67 0.66
Hex E2 6D CE 0 34 9 B 136 43 42
Octal 342 155 316 0 64 11 13 466 103 102
Binary 11100010 1101101 11001110 0 110100 1001 1011 100110110 1000011 1000010

Color Harmonies of #E26DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26DCE

Black with #E26DCE

Text Example


Text Example

White with #E26DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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