Html Css Color HEX #E37ECD Orchid

📋 copy color: '#E37ECD'

red 227 ◦ green 126 ◦ blue 205

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

Shades of Orchid #E37ECD

Tints of Orchid #E37ECD

RGB

 RED value IS 227 (89.06% from 255) = 40.68%

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

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

R = 40.68%
G = 22.58%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E37ECD (or 0xE37ECD) is known color: Orchid. HEX triplet: E3, 7E and CD. RGB value is (227,126,205). Sum of RGB (Red+Green+Blue) = 227+126+205=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 227 - color contains mainly: red. Hex color #E37ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37ECD is #1C8132. Grayscale: #A4A4A4. Windows color (decimal): -1868083 or 13467363. OLE color: 13467363.

HSL color Cylindrical-coordinate representation of color #E37ECD: hue angle of 313.07º degrees, saturation: 0.64, 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 #E37ECD is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 126 205 -
CMYK 0 0.44 0.10 0.11
HSL 313.07º 0.64% 0.69% -
HSV(B) 313.07º 0.44% 0.89% -
XYZ 50.16 35.66 62 -
YUV 165.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 227 126 205 0 0.44 0.10 0.11 313.07 0.64 0.69
Hex E3 7E CD 0 2C A B 139 40 45
Octal 343 176 315 0 54 12 13 471 100 105
Binary 11100011 1111110 11001101 0 101100 1010 1011 100111001 1000000 1000101

Color Harmonies of #E37ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37ECD

Black with #E37ECD

Text Example


Text Example

White with #E37ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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