Html Css Color HEX #E26BDB Orchid

📋 copy color: '#E26BDB'

red 226 ◦ green 107 ◦ blue 219

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

Shades of Orchid #E26BDB

Tints of Orchid #E26BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 40.94%
G = 19.38%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E26BDB (or 0xE26BDB) is known color: Orchid. HEX triplet: E2, 6B and DB. RGB value is (226,107,219). Sum of RGB (Red+Green+Blue) = 226+107+219=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E26BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26BDB is #1D9424. Grayscale: #9B9B9B. Windows color (decimal): -1938469 or 14380002. OLE color: 14380002.

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

Color convert

RGB 226 107 219 -
CMYK 0 0.53 0.03 0.11
HSL 303.53º 0.67% 0.65% -
HSV(B) 303.53º 0.53% 0.89% -
XYZ 49.41 31.8 70.55 -
YUV 155.35 163.92 178.39 -
System Red Green Blue C M Y K H S L
Decimal 226 107 219 0 0.53 0.03 0.11 303.53 0.67 0.65
Hex E2 6B DB 0 35 3 B 130 43 41
Octal 342 153 333 0 65 3 13 460 103 101
Binary 11100010 1101011 11011011 0 110101 11 1011 100110000 1000011 1000001

Color Harmonies of #E26BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26BDB

Black with #E26BDB

Text Example


Text Example

White with #E26BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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