Html Css Color HEX #E26DC7 Orchid

📋 copy color: '#E26DC7'

red 226 ◦ green 109 ◦ blue 199

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

Shades of Orchid #E26DC7

Tints of Orchid #E26DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.27%

R = 42.32%
G = 20.41%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E26DC7 (or 0xE26DC7) is known color: Orchid. HEX triplet: E2, 6D and C7. RGB value is (226,109,199). Sum of RGB (Red+Green+Blue) = 226+109+199=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DC7 is #1D9238. Grayscale: #9A9A9A. Windows color (decimal): -1937977 or 13069794. OLE color: 13069794.

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

Color convert

RGB 226 109 199 -
CMYK 0 0.52 0.12 0.11
HSL 313.85º 0.67% 0.66% -
HSV(B) 313.85º 0.52% 0.89% -
XYZ 47.14 31.23 57.58 -
YUV 154.24 153.26 179.18 -
System Red Green Blue C M Y K H S L
Decimal 226 109 199 0 0.52 0.12 0.11 313.85 0.67 0.66
Hex E2 6D C7 0 34 C B 13A 43 42
Octal 342 155 307 0 64 14 13 472 103 102
Binary 11100010 1101101 11000111 0 110100 1100 1011 100111010 1000011 1000010

Color Harmonies of #E26DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26DC7

Black with #E26DC7

Text Example


Text Example

White with #E26DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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