Html Css Color HEX #E37FCA Orchid

📋 copy color: '#E37FCA'

red 227 ◦ green 127 ◦ blue 202

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

Shades of Orchid #E37FCA

Tints of Orchid #E37FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 22.84%

 BLUE value IS 202 (79.3% from 255) = 36.33%

R = 40.83%
G = 22.84%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E37FCA (or 0xE37FCA) is known color: Orchid. HEX triplet: E3, 7F and CA. RGB value is (227,127,202). Sum of RGB (Red+Green+Blue) = 227+127+202=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E37FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37FCA is #1C8035. Grayscale: #A5A5A5. Windows color (decimal): -1867830 or 13271011. OLE color: 13271011.

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

Color convert

RGB 227 127 202 -
CMYK 0 0.44 0.11 0.11
HSL 315º 0.64% 0.69% -
HSV(B) 315º 0.44% 0.89% -
XYZ 49.93 35.77 60.15 -
YUV 165.45 148.63 171.9 -
System Red Green Blue C M Y K H S L
Decimal 227 127 202 0 0.44 0.11 0.11 315 0.64 0.69
Hex E3 7F CA 0 2C B B 13B 40 45
Octal 343 177 312 0 54 13 13 473 100 105
Binary 11100011 1111111 11001010 0 101100 1011 1011 100111011 1000000 1000101

Color Harmonies of #E37FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37FCA

Black with #E37FCA

Text Example


Text Example

White with #E37FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37FCA; }

 p { color: rgb(227,127,202); }

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

background-color css

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

 a { background-color: rgb(227,127,202); }

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

border-color css

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

 span { border-color: rgb(227,127,202); }

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