Html Css Color HEX #E26BCD Orchid

📋 copy color: '#E26BCD'

red 226 ◦ green 107 ◦ blue 205

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

Shades of Orchid #E26BCD

Tints of Orchid #E26BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 42.01%
G = 19.89%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E26BCD (or 0xE26BCD) is known color: Orchid. HEX triplet: E2, 6B and CD. RGB value is (226,107,205). Sum of RGB (Red+Green+Blue) = 226+107+205=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E26BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26BCD is #1D9432. Grayscale: #999999. Windows color (decimal): -1938483 or 13462498. OLE color: 13462498.

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

Color convert

RGB 226 107 205 -
CMYK 0 0.53 0.09 0.11
HSL 310.59º 0.67% 0.65% -
HSV(B) 310.59º 0.53% 0.89% -
XYZ 47.64 31.09 61.25 -
YUV 153.75 156.92 179.53 -
System Red Green Blue C M Y K H S L
Decimal 226 107 205 0 0.53 0.09 0.11 310.59 0.67 0.65
Hex E2 6B CD 0 35 9 B 137 43 41
Octal 342 153 315 0 65 11 13 467 103 101
Binary 11100010 1101011 11001101 0 110101 1001 1011 100110111 1000011 1000001

Color Harmonies of #E26BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26BCD

Black with #E26BCD

Text Example


Text Example

White with #E26BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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