Html Css Color HEX #E27ECD Orchid

📋 copy color: '#E27ECD'

red 226 ◦ green 126 ◦ blue 205

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

Shades of Orchid #E27ECD

Tints of Orchid #E27ECD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.62%

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

R = 40.57%
G = 22.62%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E27ECD (or 0xE27ECD) is known color: Orchid. HEX triplet: E2, 7E and CD. RGB value is (226,126,205). Sum of RGB (Red+Green+Blue) = 226+126+205=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ECD is #1D8132. Grayscale: #A4A4A4. Windows color (decimal): -1933619 or 13467362. OLE color: 13467362.

HSL color Cylindrical-coordinate representation of color #E27ECD: hue angle of 312.6º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27ECD is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 126 205 -
CMYK 0 0.44 0.09 0.11
HSL 312.6º 0.63% 0.69% -
HSV(B) 312.6º 0.44% 0.89% -
XYZ 49.84 35.5 61.98 -
YUV 164.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 226 126 205 0 0.44 0.09 0.11 312.6 0.63 0.69
Hex E2 7E CD 0 2C 9 B 139 3F 45
Octal 342 176 315 0 54 11 13 471 77 105
Binary 11100010 1111110 11001101 0 101100 1001 1011 100111001 111111 1000101

Color Harmonies of #E27ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27ECD

Black with #E27ECD

Text Example


Text Example

White with #E27ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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