Html Css Color HEX #E26DCC Orchid

📋 copy color: '#E26DCC'

red 226 ◦ green 109 ◦ blue 204

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

Shades of Orchid #E26DCC

Tints of Orchid #E26DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 41.93%
G = 20.22%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E26DCC (or 0xE26DCC) is known color: Orchid. HEX triplet: E2, 6D and CC. RGB value is (226,109,204). Sum of RGB (Red+Green+Blue) = 226+109+204=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DCC is #1D9233. Grayscale: #9A9A9A. Windows color (decimal): -1937972 or 13397474. OLE color: 13397474.

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

Color convert

RGB 226 109 204 -
CMYK 0 0.52 0.10 0.11
HSL 311.28º 0.67% 0.66% -
HSV(B) 311.28º 0.52% 0.89% -
XYZ 47.73 31.47 60.68 -
YUV 154.81 155.76 178.78 -
System Red Green Blue C M Y K H S L
Decimal 226 109 204 0 0.52 0.10 0.11 311.28 0.67 0.66
Hex E2 6D CC 0 34 A B 137 43 42
Octal 342 155 314 0 64 12 13 467 103 102
Binary 11100010 1101101 11001100 0 110100 1010 1011 100110111 1000011 1000010

Color Harmonies of #E26DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26DCC

Black with #E26DCC

Text Example


Text Example

White with #E26DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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