Html Css Color HEX #E26BCC Orchid

📋 copy color: '#E26BCC'

red 226 ◦ green 107 ◦ blue 204

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

Shades of Orchid #E26BCC

Tints of Orchid #E26BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.93%

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

R = 42.09%
G = 19.93%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E26BCC (or 0xE26BCC) is known color: Orchid. HEX triplet: E2, 6B and CC. RGB value is (226,107,204). Sum of RGB (Red+Green+Blue) = 226+107+204=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E26BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26BCC is #1D9433. Grayscale: #999999. Windows color (decimal): -1938484 or 13396962. OLE color: 13396962.

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

Color convert

RGB 226 107 204 -
CMYK 0 0.53 0.10 0.11
HSL 311.09º 0.67% 0.65% -
HSV(B) 311.09º 0.53% 0.89% -
XYZ 47.52 31.04 60.61 -
YUV 153.64 156.42 179.61 -
System Red Green Blue C M Y K H S L
Decimal 226 107 204 0 0.53 0.10 0.11 311.09 0.67 0.65
Hex E2 6B CC 0 35 A B 137 43 41
Octal 342 153 314 0 65 12 13 467 103 101
Binary 11100010 1101011 11001100 0 110101 1010 1011 100110111 1000011 1000001

Color Harmonies of #E26BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26BCC

Black with #E26BCC

Text Example


Text Example

White with #E26BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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