Html Css Color HEX #E37FCE Orchid

📋 copy color: '#E37FCE'

red 227 ◦ green 127 ◦ blue 206

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

Shades of Orchid #E37FCE

Tints of Orchid #E37FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.79%

R = 40.54%
G = 22.68%
B = 36.79%

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

#E37FCE (or 0xE37FCE) is known color: Orchid. HEX triplet: E3, 7F and CE. RGB value is (227,127,206). Sum of RGB (Red+Green+Blue) = 227+127+206=560 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.54% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 227 - color contains mainly: red. Hex color #E37FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37FCE is #1C8031. Grayscale: #A5A5A5. Windows color (decimal): -1867826 or 13533155. OLE color: 13533155.

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

Color convert

RGB 227 127 206 -
CMYK 0 0.44 0.09 0.11
HSL 312.6º 0.64% 0.69% -
HSV(B) 312.6º 0.44% 0.89% -
XYZ 50.41 35.97 62.68 -
YUV 165.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 227 127 206 0 0.44 0.09 0.11 312.6 0.64 0.69
Hex E3 7F CE 0 2C 9 B 139 40 45
Octal 343 177 316 0 54 11 13 471 100 105
Binary 11100011 1111111 11001110 0 101100 1001 1011 100111001 1000000 1000101

Color Harmonies of #E37FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37FCE

Black with #E37FCE

Text Example


Text Example

White with #E37FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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