Html Css Color HEX #E26BDA Orchid

📋 copy color: '#E26BDA'

red 226 ◦ green 107 ◦ blue 218

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

Shades of Orchid #E26BDA

Tints of Orchid #E26BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 41.02%
G = 19.42%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E26BDA (or 0xE26BDA) is known color: Orchid. HEX triplet: E2, 6B and DA. RGB value is (226,107,218). Sum of RGB (Red+Green+Blue) = 226+107+218=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E26BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26BDA is #1D9425. Grayscale: #9A9A9A. Windows color (decimal): -1938470 or 14314466. OLE color: 14314466.

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

Color convert

RGB 226 107 218 -
CMYK 0 0.53 0.04 0.11
HSL 304.03º 0.67% 0.65% -
HSV(B) 304.03º 0.53% 0.89% -
XYZ 49.28 31.75 69.86 -
YUV 155.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 226 107 218 0 0.53 0.04 0.11 304.03 0.67 0.65
Hex E2 6B DA 0 35 4 B 130 43 41
Octal 342 153 332 0 65 4 13 460 103 101
Binary 11100010 1101011 11011010 0 110101 100 1011 100110000 1000011 1000001

Color Harmonies of #E26BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26BDA

Black with #E26BDA

Text Example


Text Example

White with #E26BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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