Html Css Color HEX #E26CDD Orchid

📋 copy color: '#E26CDD'

red 226 ◦ green 108 ◦ blue 221

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

Shades of Orchid #E26CDD

Tints of Orchid #E26CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 40.72%
G = 19.46%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E26CDD (or 0xE26CDD) is known color: Orchid. HEX triplet: E2, 6C and DD. RGB value is (226,108,221). Sum of RGB (Red+Green+Blue) = 226+108+221=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 108 (42.58% from 255 or 19.46% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E26CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26CDD is #1D9322. Grayscale: #9B9B9B. Windows color (decimal): -1938211 or 14511330. OLE color: 14511330.

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

Color convert

RGB 226 108 221 -
CMYK 0 0.52 0.02 0.11
HSL 302.54º 0.67% 0.65% -
HSV(B) 302.54º 0.52% 0.89% -
XYZ 49.78 32.11 71.98 -
YUV 156.16 164.59 177.81 -
System Red Green Blue C M Y K H S L
Decimal 226 108 221 0 0.52 0.02 0.11 302.54 0.67 0.65
Hex E2 6C DD 0 34 2 B 12F 43 41
Octal 342 154 335 0 64 2 13 457 103 101
Binary 11100010 1101100 11011101 0 110100 10 1011 100101111 1000011 1000001

Color Harmonies of #E26CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26CDD

Black with #E26CDD

Text Example


Text Example

White with #E26CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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