Html Css Color HEX #E26CDB Orchid

📋 copy color: '#E26CDB'

red 226 ◦ green 108 ◦ blue 219

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

Shades of Orchid #E26CDB

Tints of Orchid #E26CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.53%

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

R = 40.87%
G = 19.53%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E26CDB (or 0xE26CDB) is known color: Orchid. HEX triplet: E2, 6C and DB. RGB value is (226,108,219). Sum of RGB (Red+Green+Blue) = 226+108+219=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E26CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26CDB is #1D9324. Grayscale: #9B9B9B. Windows color (decimal): -1938213 or 14380258. OLE color: 14380258.

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

Color convert

RGB 226 108 219 -
CMYK 0 0.52 0.03 0.11
HSL 303.56º 0.67% 0.65% -
HSV(B) 303.56º 0.52% 0.89% -
XYZ 49.51 32.01 70.59 -
YUV 155.94 163.59 177.97 -
System Red Green Blue C M Y K H S L
Decimal 226 108 219 0 0.52 0.03 0.11 303.56 0.67 0.65
Hex E2 6C DB 0 34 3 B 130 43 41
Octal 342 154 333 0 64 3 13 460 103 101
Binary 11100010 1101100 11011011 0 110100 11 1011 100110000 1000011 1000001

Color Harmonies of #E26CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26CDB

Black with #E26CDB

Text Example


Text Example

White with #E26CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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